Skip to content

Commit 699d338

Browse files
fix(deps): update @modelcontextprotocol/sdk requirement
Updates the requirements on [@modelcontextprotocol/sdk](https://github.com/modelcontextprotocol/typescript-sdk) to permit the latest version. - [Release notes](https://github.com/modelcontextprotocol/typescript-sdk/releases) - [Commits](modelcontextprotocol/typescript-sdk@1.17.3...1.18.0) --- updated-dependencies: - dependency-name: "@modelcontextprotocol/sdk" dependency-version: 1.18.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8e3e7c2 commit 699d338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/EXAMPLE-MCP-PROVIDER/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"main": "dist/index.js",
1414
"types": "dist/index.d.ts",
1515
"dependencies": {
16-
"@modelcontextprotocol/sdk": "^1.17.3",
16+
"@modelcontextprotocol/sdk": "^1.18.0",
1717
"@salesforce/mcp-provider-api": "^0.2.0",
1818
"zod": "^3.23.8"
1919
},

0 commit comments

Comments
 (0)