Skip to content

Commit 014ce01

Browse files
chore(deps): bump @modelcontextprotocol/sdk in /example (#167)
Bumps [@modelcontextprotocol/sdk](https://github.com/modelcontextprotocol/typescript-sdk) from 1.24.0 to 1.25.2. - [Release notes](https://github.com/modelcontextprotocol/typescript-sdk/releases) - [Commits](modelcontextprotocol/typescript-sdk@1.24.0...v1.25.2) --- updated-dependencies: - dependency-name: "@modelcontextprotocol/sdk" dependency-version: 1.25.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c8c6de8 commit 014ce01

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

example/yarn.lock

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,11 @@
225225
"@babel/helper-string-parser" "^7.27.1"
226226
"@babel/helper-validator-identifier" "^7.27.1"
227227

228+
"@hono/node-server@^1.19.7":
229+
version "1.19.7"
230+
resolved "https://registry.yarnpkg.com/@hono/node-server/-/node-server-1.19.7.tgz#ecb2d3a7af40d1d378e53ce1fc1219f199fbcd6f"
231+
integrity sha512-vUcD0uauS7EU2caukW8z5lJKtoGMokxNbJtBiwHgpqxEXokaHCBkQUmCHhjFB1VUTWdqj25QoMkMKzgjq+uhrw==
232+
228233
"@isaacs/cliui@^8.0.2":
229234
version "8.0.2"
230235
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
@@ -389,10 +394,11 @@
389394
integrity sha512-88x1wFRMYg6DyCuX2jeLx2s8q7H3ayRtPD+OVhsSC5v7ek+FP7cv9ooVCC/+Ib5QzNWzkZpd4Uap6O9HrAxq6g==
390395

391396
"@modelcontextprotocol/sdk@^1.15.1":
392-
version "1.24.0"
393-
resolved "https://registry.yarnpkg.com/@modelcontextprotocol/sdk/-/sdk-1.24.0.tgz#3bd1d539490d1d4228537ab815b8d854bc0e3143"
394-
integrity sha512-D8h5KXY2vHFW8zTuxn2vuZGN0HGrQ5No6LkHwlEA9trVgNdPL3TF1dSqKA7Dny6BbBYKSW/rOBDXdC8KJAjUCg==
397+
version "1.25.2"
398+
resolved "https://registry.yarnpkg.com/@modelcontextprotocol/sdk/-/sdk-1.25.2.tgz#2284560b4e044b4ce5f328ee180931110cb8c5cf"
399+
integrity sha512-LZFeo4F9M5qOhC/Uc1aQSrBHxMrvxett+9KLHt7OhcExtoiRN9DKgbZffMP/nxjutWDQpfMDfP3nkHI4X9ijww==
395400
dependencies:
401+
"@hono/node-server" "^1.19.7"
396402
ajv "^8.17.1"
397403
ajv-formats "^3.0.1"
398404
content-type "^1.0.5"
@@ -403,6 +409,7 @@
403409
express "^5.0.1"
404410
express-rate-limit "^7.5.0"
405411
jose "^6.1.1"
412+
json-schema-typed "^8.0.2"
406413
pkce-challenge "^5.0.0"
407414
raw-body "^3.0.0"
408415
zod "^3.25 || ^4.0"
@@ -2718,6 +2725,11 @@ json-schema-traverse@^1.0.0:
27182725
resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz#ae7bcb3656ab77a73ba5c49bf654f38e6b6860e2"
27192726
integrity sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==
27202727

2728+
json-schema-typed@^8.0.2:
2729+
version "8.0.2"
2730+
resolved "https://registry.yarnpkg.com/json-schema-typed/-/json-schema-typed-8.0.2.tgz#e98ee7b1899ff4a184534d1f167c288c66bbeff4"
2731+
integrity sha512-fQhoXdcvc3V28x7C7BMs4P5+kNlgUURe2jmUT1T//oBRMDrqy1QPelJimwZGo7Hg9VPV3EQV5Bnq4hbFy2vetA==
2732+
27212733
json5@^1.0.1:
27222734
version "1.0.2"
27232735
resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.2.tgz#63d98d60f21b313b77c4d6da18bfa69d80e1d593"

0 commit comments

Comments
 (0)