diff --git a/examples/mcp.proxy/resource-subscribe-client/package-lock.json b/examples/mcp.proxy/resource-subscribe-client/package-lock.json index 5077cdfc1b..1557c7c28c 100644 --- a/examples/mcp.proxy/resource-subscribe-client/package-lock.json +++ b/examples/mcp.proxy/resource-subscribe-client/package-lock.json @@ -8,7 +8,7 @@ "name": "resource-subscribe-client", "version": "1.0.0", "dependencies": { - "@modelcontextprotocol/sdk": "1.29.0" + "@modelcontextprotocol/sdk": "1.30.0" } }, "node_modules/@hono/node-server": { @@ -24,12 +24,12 @@ } }, "node_modules/@modelcontextprotocol/sdk": { - "version": "1.29.0", - "resolved": "https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-1.29.0.tgz", - "integrity": "sha512-zo37mZA9hJWpULgkRpowewez1y6ML5GsXJPY8FI0tBBCd77HEvza4jDqRKOXgHNn867PVGCyTdzqpz0izu5ZjQ==", + "version": "1.30.0", + "resolved": "https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-1.30.0.tgz", + "integrity": "sha512-xKd8OIzlqNzcqcNumGAa6g+PW2kjD5vrpcKOnfldAUPP3j7lnqMPwlTXQm8gF+UwH72z0lqaRbjr9hqGz0eITA==", "license": "MIT", "dependencies": { - "@hono/node-server": "^1.19.9", + "@hono/node-server": "^1.19.9 || ^2.0.5", "ajv": "^8.17.1", "ajv-formats": "^3.0.1", "content-type": "^1.0.5", diff --git a/examples/mcp.proxy/resource-subscribe-client/package.json b/examples/mcp.proxy/resource-subscribe-client/package.json index 21e112655c..b31935e967 100644 --- a/examples/mcp.proxy/resource-subscribe-client/package.json +++ b/examples/mcp.proxy/resource-subscribe-client/package.json @@ -5,6 +5,6 @@ "type": "module", "description": "Headless MCP client that subscribes to an everything resource through the Zilla mcp proxy and waits for a relayed notifications/resources/updated", "dependencies": { - "@modelcontextprotocol/sdk": "1.29.0" + "@modelcontextprotocol/sdk": "1.30.0" } }