Skip to content
Open
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
24 changes: 21 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1884,6 +1884,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: d2ac297af1ef9e300981876971eea0770f78212f40b15a9be33bf31ebb454629f93c076322399d72da08042899023c3d0b62a0c9a6c61e23ab2bd7343f0a336d
languageName: node
linkType: hard

"@humanwhocodes/config-array@npm:^0.13.0":
version: 0.13.0
resolution: "@humanwhocodes/config-array@npm:0.13.0"
Expand Down Expand Up @@ -2390,9 +2399,10 @@ __metadata:
linkType: hard

"@modelcontextprotocol/sdk@npm:^1.8.0":
version: 1.24.2
resolution: "@modelcontextprotocol/sdk@npm:1.24.2"
version: 1.25.2
resolution: "@modelcontextprotocol/sdk@npm:1.25.2"
dependencies:
"@hono/node-server": ^1.19.7
ajv: ^8.17.1
ajv-formats: ^3.0.1
content-type: ^1.0.5
Expand All @@ -2403,6 +2413,7 @@ __metadata:
express: ^5.0.1
express-rate-limit: ^7.5.0
jose: ^6.1.1
json-schema-typed: ^8.0.2
pkce-challenge: ^5.0.0
raw-body: ^3.0.0
zod: ^3.25 || ^4.0
Expand All @@ -2415,7 +2426,7 @@ __metadata:
optional: true
zod:
optional: false
checksum: 6e302bcfcbf368afb9406a1e13bc5fd470d32bed8e789ff01ec97bd6aa2f5b81f41e2ad6ed862381a260075ae843714d9dd2dbfe544b2a724d3e914c2cb55f89
checksum: 24c600de2da3478e5ce8a6ae3a00744a3d8a08e9291e6ebb236ca563d5a8d69bee759223950914ef19329ce26b24946639438cc6a7bf33839180348055be5eb9
languageName: node
linkType: hard

Expand Down Expand Up @@ -12406,6 +12417,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: 8ddb3c2b1bad406507ea077d4d8cfe6dae5b920f642efab145e4bd6e0d3984f01034ee4467bbeabd51e129b17d7446ceb357a6b1648857fdfaf61ba8ef621ff6
languageName: node
linkType: hard

"json-stable-stringify-without-jsonify@npm:^1.0.1":
version: 1.0.1
resolution: "json-stable-stringify-without-jsonify@npm:1.0.1"
Expand Down
Loading