🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@runapi.ai/mcp

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@runapi.ai/mcp - npm Package Compare versions

Comparing version
0.7.1
to
0.7.2
+14
-0
CHANGELOG.md
# Changelog
## [v0.7.2](https://github.com/runapi-ai/mcp/releases/tag/v0.7.2) - 2026-07-29
### Added
- Publish Hosted MCP OAuth discovery and OAuth-first setup for Claude Desktop, Cursor, VS Code, and Windsurf.
### Removed
- Remove seedance-v1-lite from aggregate MCP contract data.
Migration: Use seedance-v1-pro or another supported Seedance model.
### Fixed
- Point the aggregate MCP product documentation link to the canonical Rails Developer Docs guide entry.
- Use kill-switch containment and forward-fix recovery across Durable Object migrations.
## [v0.7.1](https://github.com/runapi-ai/mcp/releases/tag/v0.7.1) - 2026-07-28

@@ -4,0 +18,0 @@

+2
-2
export declare const PACKAGE_NAME = "@runapi.ai/mcp";
export declare const PACKAGE_VERSION = "0.7.1";
export declare const USER_AGENT = "@runapi.ai/mcp/0.7.1";
export declare const PACKAGE_VERSION = "0.7.2";
export declare const USER_AGENT = "@runapi.ai/mcp/0.7.2";
export const PACKAGE_NAME = "@runapi.ai/mcp";
export const PACKAGE_VERSION = "0.7.1";
export const PACKAGE_VERSION = "0.7.2";
export const USER_AGENT = `${PACKAGE_NAME}/${PACKAGE_VERSION}`;
//# sourceMappingURL=constants.js.map
{
"name": "@runapi.ai/mcp",
"version": "0.7.1",
"version": "0.7.2",
"description": "RunAPI MCP server for model discovery, pricing lookup, media task creation, and balance checks.",

@@ -5,0 +5,0 @@ "type": "module",

Sorry, the diff of this file is too big to display