@runapi.ai/mcp
Advanced tools
+9
-0
| # 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 @@ |
| 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"; |
+2
-2
| { | ||
| "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
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
465391
2.28%13910
2.76%+ Added
- Removed
Updated