@runware/mcp
Advanced tools
@@ -7,3 +7,3 @@ /** | ||
| */ | ||
| export declare const MCP_VERSION = "1.3.3"; | ||
| export declare const MCP_VERSION = "1.3.4"; | ||
| //# sourceMappingURL=version.d.ts.map |
+1
-1
@@ -7,3 +7,3 @@ /** | ||
| */ | ||
| export const MCP_VERSION = '1.3.3'; | ||
| export const MCP_VERSION = '1.3.4'; | ||
| //# sourceMappingURL=version.js.map |
+5
-5
| { | ||
| "name": "@runware/mcp", | ||
| "version": "1.3.3", | ||
| "version": "1.3.4", | ||
| "mcpName": "io.github.Runware/mcp", | ||
@@ -48,4 +48,4 @@ "description": "MCP server that gives AI agents (Claude, Cursor, Codex) access to the full Runware API — image, video, audio, text, and 3D generation, upscaling, background removal, and more.", | ||
| "dependencies": { | ||
| "@modelcontextprotocol/sdk": "^1.29.0", | ||
| "@runware/sdk": "^1.6.8", | ||
| "@modelcontextprotocol/sdk": "^1.30.0", | ||
| "@runware/sdk": "^1.6.9", | ||
| "ajv": "^8.20.0", | ||
@@ -57,6 +57,6 @@ "ws": "^8.21.1", | ||
| "@types/bun": "^1.3.14", | ||
| "@types/node": "^26.1.1", | ||
| "@types/node": "^26.1.2", | ||
| "@typescript-eslint/eslint-plugin": "^8.65.0", | ||
| "@typescript-eslint/parser": "^8.65.0", | ||
| "eslint": "^10.7.0", | ||
| "eslint": "^10.8.0", | ||
| "eslint-config-airbnb-base": "^15.0.0", | ||
@@ -63,0 +63,0 @@ "eslint-plugin-import": "^2.32.0", |
Updated