@runware/mcp
Advanced tools
@@ -7,3 +7,3 @@ /** | ||
| */ | ||
| export declare const MCP_VERSION = "1.3.2"; | ||
| export declare const MCP_VERSION = "1.3.3"; | ||
| //# sourceMappingURL=version.d.ts.map |
+1
-1
@@ -7,3 +7,3 @@ /** | ||
| */ | ||
| export const MCP_VERSION = '1.3.2'; | ||
| export const MCP_VERSION = '1.3.3'; | ||
| //# sourceMappingURL=version.js.map |
+6
-6
| { | ||
| "name": "@runware/mcp", | ||
| "version": "1.3.2", | ||
| "version": "1.3.3", | ||
| "mcpName": "io.github.Runware/mcp", | ||
@@ -49,5 +49,5 @@ "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.", | ||
| "@modelcontextprotocol/sdk": "^1.29.0", | ||
| "@runware/sdk": "^1.6.7", | ||
| "@runware/sdk": "^1.6.8", | ||
| "ajv": "^8.20.0", | ||
| "ws": "^8.21.0", | ||
| "ws": "^8.21.1", | ||
| "zod": "^4.4.3" | ||
@@ -58,5 +58,5 @@ }, | ||
| "@types/node": "^26.1.1", | ||
| "@typescript-eslint/eslint-plugin": "^8.63.0", | ||
| "@typescript-eslint/parser": "^8.63.0", | ||
| "eslint": "^10.6.0", | ||
| "@typescript-eslint/eslint-plugin": "^8.65.0", | ||
| "@typescript-eslint/parser": "^8.65.0", | ||
| "eslint": "^10.7.0", | ||
| "eslint-config-airbnb-base": "^15.0.0", | ||
@@ -63,0 +63,0 @@ "eslint-plugin-import": "^2.32.0", |
Updated
Updated