mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-25 03:10:08 +08:00
fix: update mcp sdk version to solve the bug-preserve custom paths in SSE endpoint URLs (#6021)
* fix: update mcp sdk to slove the bug - preserve custom paths in SSE endpoint URLs * add signoff Signed-off-by: tiankuo.zhou <tiankuo.zhou@lofty.com> * add signoff Signed-off-by: tiankuo.zhou <tiankuo.zhou@lofty.com> --------- Signed-off-by: tiankuo.zhou <tiankuo.zhou@lofty.com> Co-authored-by: tiankuo.zhou <tiankuo.zhou@lofty.com>
This commit is contained in:
parent
05e2666998
commit
e4fd3096a8
@ -120,7 +120,7 @@
|
||||
"@hello-pangea/dnd": "^16.6.0",
|
||||
"@iconify-json/svg-spinners": "^1.2.2",
|
||||
"@kangfenmao/keyv-storage": "^0.1.0",
|
||||
"@modelcontextprotocol/sdk": "^1.10.2",
|
||||
"@modelcontextprotocol/sdk": "^1.11.3",
|
||||
"@mozilla/readability": "^0.6.0",
|
||||
"@notionhq/client": "^2.2.15",
|
||||
"@reduxjs/toolkit": "^2.2.5",
|
||||
|
||||
12
yarn.lock
12
yarn.lock
@ -2673,13 +2673,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@modelcontextprotocol/sdk@npm:^1.10.2":
|
||||
version: 1.10.2
|
||||
resolution: "@modelcontextprotocol/sdk@npm:1.10.2"
|
||||
"@modelcontextprotocol/sdk@npm:^1.11.3":
|
||||
version: 1.11.3
|
||||
resolution: "@modelcontextprotocol/sdk@npm:1.11.3"
|
||||
dependencies:
|
||||
content-type: "npm:^1.0.5"
|
||||
cors: "npm:^2.8.5"
|
||||
cross-spawn: "npm:^7.0.3"
|
||||
cross-spawn: "npm:^7.0.5"
|
||||
eventsource: "npm:^3.0.2"
|
||||
express: "npm:^5.0.1"
|
||||
express-rate-limit: "npm:^7.5.0"
|
||||
@ -2687,7 +2687,7 @@ __metadata:
|
||||
raw-body: "npm:^3.0.0"
|
||||
zod: "npm:^3.23.8"
|
||||
zod-to-json-schema: "npm:^3.24.1"
|
||||
checksum: 10c0/a2a146dec37d13c8108b4c42912d65f1f5b0e8f3adda4c300336369519f3caa52e996afb65d6a6c03ae3b6fc1e2425cad4af1e619206b6ee3e15327b4ee01d4c
|
||||
checksum: 10c0/5bcaf6fb97d886e1a262ba9b44ede91c209bb474a2e5193c9f7d9e2c82829d83775e50f5c37977bc156376e0eca84837da531fe0dfafdc5ad8921db4bf5039c0
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -4370,7 +4370,7 @@ __metadata:
|
||||
"@iconify-json/svg-spinners": "npm:^1.2.2"
|
||||
"@kangfenmao/keyv-storage": "npm:^0.1.0"
|
||||
"@langchain/community": "npm:^0.3.36"
|
||||
"@modelcontextprotocol/sdk": "npm:^1.10.2"
|
||||
"@modelcontextprotocol/sdk": "npm:^1.11.3"
|
||||
"@mozilla/readability": "npm:^0.6.0"
|
||||
"@notionhq/client": "npm:^2.2.15"
|
||||
"@reduxjs/toolkit": "npm:^2.2.5"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user