Skip to content

Commit e9a0bcd

Browse files
chore(deps): bump @modelcontextprotocol/sdk
Bumps the npm_and_yarn group with 1 update in the / directory: [@modelcontextprotocol/sdk](https://github.com/modelcontextprotocol/typescript-sdk). Updates `@modelcontextprotocol/sdk` from 1.12.1 to 1.24.0 - [Release notes](https://github.com/modelcontextprotocol/typescript-sdk/releases) - [Commits](modelcontextprotocol/typescript-sdk@1.12.1...1.24.0) --- updated-dependencies: - dependency-name: "@modelcontextprotocol/sdk" dependency-version: 1.24.0 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 870cc20 commit e9a0bcd

File tree

4 files changed

+196
-185
lines changed

4 files changed

+196
-185
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@astrojs/starlight-tailwind": "^4.0.2",
1616
"@openai/agents": "workspace:*",
1717
"@tailwindcss/vite": "^4.1.17",
18-
"astro": "^5.16.0",
18+
"astro": "^5.16.3",
1919
"sharp": "^0.34.5",
2020
"starlight-llms-txt": "^0.6.0",
2121
"starlight-typedoc": "^0.21.4",

examples/mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": true,
33
"name": "mcp",
44
"dependencies": {
5-
"@modelcontextprotocol/sdk": "^1.12.0",
5+
"@modelcontextprotocol/sdk": "^1.24.0",
66
"@openai/agents": "workspace:*"
77
},
88
"scripts": {

packages/agents-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
],
6868
"license": "MIT",
6969
"optionalDependencies": {
70-
"@modelcontextprotocol/sdk": "^1.17.2"
70+
"@modelcontextprotocol/sdk": "^1.24.0"
7171
},
7272
"dependencies": {
7373
"debug": "^4.4.0",

0 commit comments

Comments
 (0)