From 4bcc33740b28e511ffab5c006c4837734bff43b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 17:20:22 +0000 Subject: [PATCH] chore(deps): bump @modelcontextprotocol/sdk Bumps [@modelcontextprotocol/sdk](https://github.com/modelcontextprotocol/typescript-sdk) from 1.16.0 to 1.24.0. - [Release notes](https://github.com/modelcontextprotocol/typescript-sdk/releases) - [Commits](https://github.com/modelcontextprotocol/typescript-sdk/compare/1.16.0...1.24.0) --- updated-dependencies: - dependency-name: "@modelcontextprotocol/sdk" dependency-version: 1.24.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/typescript/mcp-embedded-wallet/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/typescript/mcp-embedded-wallet/package.json b/examples/typescript/mcp-embedded-wallet/package.json index c1ce2f77f..cec0bbdab 100644 --- a/examples/typescript/mcp-embedded-wallet/package.json +++ b/examples/typescript/mcp-embedded-wallet/package.json @@ -30,7 +30,7 @@ "@coinbase/cdp-hooks": "^0.0.18", "@coinbase/cdp-react": "^0.0.18", "@coinbase/x402": "workspace:*", - "@modelcontextprotocol/sdk": "^1.15.1", + "@modelcontextprotocol/sdk": "^1.24.0", "@radix-ui/react-form": "^0.1.7", "@radix-ui/react-icons": "^1.3.2", "@radix-ui/themes": "^3.2.1",