Sign In

@runapi.ai/mcp

Package Overview
Dependencies
Maintainers
1
Versions
35
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.1.18
to
0.1.19
+0
-3
data/pricing.json

@@ -1024,4 +1024,2 @@ {

"claude-opus-4-1-20250805/message": {},
"claude-opus-4-20250514/message": {},
"claude-sonnet-4-20250514/message": {},
"deepseek-v4-flash/message": {},

@@ -1031,3 +1029,2 @@ "deepseek-v4-flash/chat_completion": {},

"deepseek-v4-pro/chat_completion": {},
"qwen3-next-80b-a3b-instruct/chat_completion": {},
"glm-4.5/chat_completion": {},

@@ -1034,0 +1031,0 @@ "glm-4.5-air/chat_completion": {},

+2
-2
export declare const PACKAGE_NAME = "@runapi.ai/mcp";
export declare const PACKAGE_VERSION = "0.1.18";
export declare const USER_AGENT = "@runapi.ai/mcp/0.1.18";
export declare const PACKAGE_VERSION = "0.1.19";
export declare const USER_AGENT = "@runapi.ai/mcp/0.1.19";
export const PACKAGE_NAME = "@runapi.ai/mcp";
export const PACKAGE_VERSION = "0.1.18";
export const PACKAGE_VERSION = "0.1.19";
export const USER_AGENT = `${PACKAGE_NAME}/${PACKAGE_VERSION}`;
//# sourceMappingURL=constants.js.map
{
"name": "@runapi.ai/mcp",
"version": "0.1.18",
"version": "0.1.19",
"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