🎩 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
31
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.2
to
0.7.3
+9
-0
CHANGELOG.md
# Changelog
## [v0.7.3](https://github.com/runapi-ai/mcp/releases/tag/v0.7.3) - 2026-08-04
### Changed
- Resolve MCP prices from the RunAPI Price Schedule API instead of embedded package data.
### Fixed
- Cancel the Hosted MCP pricing subrequest when its deadline expires or its parent request disconnects.
## [v0.7.2](https://github.com/runapi-ai/mcp/releases/tag/v0.7.2) - 2026-07-29

@@ -4,0 +13,0 @@

+2
-2
export declare const PACKAGE_NAME = "@runapi.ai/mcp";
export declare const PACKAGE_VERSION = "0.7.2";
export declare const USER_AGENT = "@runapi.ai/mcp/0.7.2";
export declare const PACKAGE_VERSION = "0.7.3";
export declare const USER_AGENT = "@runapi.ai/mcp/0.7.3";
export const PACKAGE_NAME = "@runapi.ai/mcp";
export const PACKAGE_VERSION = "0.7.2";
export const PACKAGE_VERSION = "0.7.3";
export const USER_AGENT = `${PACKAGE_NAME}/${PACKAGE_VERSION}`;
//# sourceMappingURL=constants.js.map

@@ -1,1 +0,1 @@

export type { Contract, ContractAction, ContractField, InputRule, ModelInfo, PollingOptions, PricingConfig, PricingEndpoint, RunApiPrompt, RunApiPromptsResponse, RunApiTaskResponse, SearchPromptsParams } from "@runapi.ai/mcp-core";
export type { Contract, ContractAction, ContractField, InputRule, ModelInfo, PollingOptions, RunApiPrompt, RunApiPromptsResponse, RunApiTaskResponse, SearchPromptsParams } from "@runapi.ai/mcp-core";
{
"name": "@runapi.ai/mcp",
"version": "0.7.2",
"version": "0.7.3",
"description": "RunAPI MCP server for model discovery, pricing lookup, media task creation, and balance checks.",

@@ -69,3 +69,3 @@ "type": "module",

"@modelcontextprotocol/sdk": "^1.29.0",
"@runapi.ai/mcp-core": "0.2.2",
"@runapi.ai/mcp-core": "0.2.3",
"zod": "^3.25.76"

@@ -72,0 +72,0 @@ },

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