Fix MCP tool names for Claude Desktop incompatibility (#2885)

* fixes #2884, rename tool names for claude to work

* update dependencies
This commit is contained in:
Amruth Pillai
2026-04-09 15:03:18 +02:00
committed by GitHub
parent 85e0b0a96d
commit bea8ff1beb
10 changed files with 543 additions and 227 deletions
+9 -9
View File
@@ -53,17 +53,17 @@
"@lingui/react": "^5.9.5",
"@modelcontextprotocol/sdk": "^1.29.0",
"@monaco-editor/react": "4.8.0-rc.3",
"@orpc/client": "^1.13.13",
"@orpc/json-schema": "^1.13.13",
"@orpc/openapi": "^1.13.13",
"@orpc/server": "^1.13.13",
"@orpc/tanstack-query": "^1.13.13",
"@orpc/zod": "^1.13.13",
"@orpc/client": "^1.13.14",
"@orpc/json-schema": "^1.13.14",
"@orpc/openapi": "^1.13.14",
"@orpc/server": "^1.13.14",
"@orpc/tanstack-query": "^1.13.14",
"@orpc/zod": "^1.13.14",
"@phosphor-icons/react": "^2.1.10",
"@phosphor-icons/web": "^2.1.2",
"@sindresorhus/slugify": "^3.0.0",
"@t3-oss/env-core": "^0.13.11",
"@tanstack/react-query": "^5.96.2",
"@tanstack/react-query": "^5.97.0",
"@tanstack/react-router": "^1.168.10",
"@tanstack/react-router-ssr-query": "^1.166.10",
"@tanstack/react-start": "^1.167.16",
@@ -138,9 +138,9 @@
"@types/pg": "^8.20.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@typescript/native-preview": "7.0.0-dev.20260408.1",
"@typescript/native-preview": "7.0.0-dev.20260409.1",
"@vitejs/plugin-react": "^6.0.1",
"@vitest/coverage-v8": "^4.1.3",
"@vitest/coverage-v8": "^4.1.4",
"babel-plugin-macros": "^3.1.0",
"drizzle-kit": "1.0.0-beta.21",
"happy-dom": "^20.8.9",