Skip to content

Commit 24dd969

Browse files
committed
fix mcp sdk refs
1 parent eab25b6 commit 24dd969

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/simple-host/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@modelcontextprotocol/ext-apps": "../..",
15-
"@modelcontextprotocol/sdk": "../../../modelcontextprotocol-typescript-sdk",
15+
"@modelcontextprotocol/sdk": "^1.22.0",
1616
"react-dom": "^19.2.0",
1717
"react": "^19.2.0",
1818
"zod": "^3.25.0"

examples/simple-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@modelcontextprotocol/ext-apps": "../..",
13-
"@modelcontextprotocol/sdk": "../../../modelcontextprotocol-typescript-sdk",
13+
"@modelcontextprotocol/sdk": "^1.22.0",
1414
"react": "^19.2.0",
1515
"react-dom": "^19.2.0",
1616
"zod": "^3.25.0"

0 commit comments

Comments
 (0)