Skip to content

Commit 99384c5

Browse files
committed
Update MCP Apps example server packages to v1.0.1
- Update @modelcontextprotocol/ext-apps to ^1.0.1 - Update all @modelcontextprotocol/server-* packages to ^1.0.1 - Pin @modelcontextprotocol/sdk to 1.24.2 to avoid SDK upgrades from transitive deps - Pin @types/express-serve-static-core to 5.1.0 for type compatibility Claude-Generated-By: Claude Code (cli/claude-opus-4-5=100%) Claude-Steers: 4 Claude-Permission-Prompts: 0 Claude-Escapes: 0
1 parent 9a9ed02 commit 99384c5

2 files changed

Lines changed: 10 additions & 39 deletions

File tree

package-lock.json

Lines changed: 7 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"dependencies": {
2626
"@modelcontextprotocol/ext-apps": "^1.0.1",
27-
"@modelcontextprotocol/sdk": "^1.24.2",
27+
"@modelcontextprotocol/sdk": "1.24.2",
2828
"@modelcontextprotocol/server-budget-allocator": "^1.0.1",
2929
"@modelcontextprotocol/server-cohort-heatmap": "^1.0.1",
3030
"@modelcontextprotocol/server-customer-segmentation": "^1.0.1",
@@ -69,7 +69,8 @@
6969
},
7070
"overrides": {
7171
"@types/express": "^5.0.0",
72-
"@types/express-serve-static-core": "^5.0.2"
72+
"@types/express-serve-static-core": "5.1.0",
73+
"@modelcontextprotocol/sdk": "$@modelcontextprotocol/sdk"
7374
},
7475
"engines": {
7576
"node": ">=20.16.0 || >=22.3.0"

0 commit comments

Comments
 (0)