Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified .yarn/install-state.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
},
"dependencies": {
"@ai-capabilities-suite/mcp-debugger-core": "^1.0.16",
"@modelcontextprotocol/sdk": "^1.23.0",
"@modelcontextprotocol/sdk": "^1.25.2",
"tslib": "^2.3.0",
"zod": "^4.1.13"
},
Expand Down
28 changes: 23 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ __metadata:
resolution: "@ai-capabilities-suite/mcp-debugger-server@workspace:."
dependencies:
"@ai-capabilities-suite/mcp-debugger-core": "npm:^1.0.16"
"@modelcontextprotocol/sdk": "npm:^1.23.0"
"@modelcontextprotocol/sdk": "npm:^1.25.2"
"@swc/core": "npm:^1.15.3"
"@swc/helpers": "npm:^0.5.15"
"@swc/jest": "npm:^0.2.39"
Expand Down Expand Up @@ -415,6 +415,15 @@ __metadata:
languageName: node
linkType: hard

"@hono/node-server@npm:^1.19.7":
version: 1.19.7
resolution: "@hono/node-server@npm:1.19.7"
peerDependencies:
hono: ^4
checksum: 10c0/293818e02a9100122a9319fba7032a3bae86d5f98f55d1a0ff4843c2b729eb6b471978ea15e29f4fb680c6a0be23a6e5a2132f3790ab31e88fb0b6b6fcc6829e
languageName: node
linkType: hard

"@isaacs/balanced-match@npm:^4.0.1":
version: 4.0.1
resolution: "@isaacs/balanced-match@npm:4.0.1"
Expand Down Expand Up @@ -777,10 +786,11 @@ __metadata:
languageName: node
linkType: hard

"@modelcontextprotocol/sdk@npm:^1.23.0":
version: 1.24.3
resolution: "@modelcontextprotocol/sdk@npm:1.24.3"
"@modelcontextprotocol/sdk@npm:^1.25.2":
version: 1.25.2
resolution: "@modelcontextprotocol/sdk@npm:1.25.2"
dependencies:
"@hono/node-server": "npm:^1.19.7"
ajv: "npm:^8.17.1"
ajv-formats: "npm:^3.0.1"
content-type: "npm:^1.0.5"
Expand All @@ -791,6 +801,7 @@ __metadata:
express: "npm:^5.0.1"
express-rate-limit: "npm:^7.5.0"
jose: "npm:^6.1.1"
json-schema-typed: "npm:^8.0.2"
pkce-challenge: "npm:^5.0.0"
raw-body: "npm:^3.0.0"
zod: "npm:^3.25 || ^4.0"
Expand All @@ -803,7 +814,7 @@ __metadata:
optional: true
zod:
optional: false
checksum: 10c0/91746ddf347d61815c09d2a09d3dc7564576b417f7349c33c672a7e3c69dcd215a52a066b02fcd9eaab1cdeab60cc827f3382b28b2ab68e7fc46d2e1f3824cad
checksum: 10c0/ffc024398e1b7841fb1ff2dc540e2e84f4b97a2a4058ef48e58836ce6077321c536a3858e9155472b7933c4773975b375167815bd4d721c3ca1e92db62e9488c
languageName: node
linkType: hard

Expand Down Expand Up @@ -2962,6 +2973,13 @@ __metadata:
languageName: node
linkType: hard

"json-schema-typed@npm:^8.0.2":
version: 8.0.2
resolution: "json-schema-typed@npm:8.0.2"
checksum: 10c0/89f5e2fb1495483b705c027203c07277ee6bf2665165ad25a9cb55de5af7f72570326d13d32565180781e4083ad5c9688102f222baed7b353c2f39c1e02b0428
languageName: node
linkType: hard

"json5@npm:^2.2.3":
version: 2.2.3
resolution: "json5@npm:2.2.3"
Expand Down
Loading