Skip to content

Commit 25319cd

Browse files
Merge pull request #37 from github-samples/dependabot/npm_and_yarn/modelcontextprotocol/sdk-1.20.2
Bump @modelcontextprotocol/sdk from 1.17.5 to 1.20.2
2 parents 54ef4c0 + f988f34 commit 25319cd

File tree

3 files changed

+124
-26
lines changed

3 files changed

+124
-26
lines changed

mcp-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"lint:fix": "eslint . --fix"
1919
},
2020
"dependencies": {
21-
"@modelcontextprotocol/sdk": "^1.17.5",
21+
"@modelcontextprotocol/sdk": "^1.22.0",
2222
"@turn-based-mcp/shared": "file:../shared"
2323
},
2424
"devDependencies": {

mcp-server/src/server.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ const server = new Server(
2626
tools: {},
2727
resources: {},
2828
prompts: {},
29-
elicitation: {},
3029
},
3130
}
3231
)

0 commit comments

Comments
 (0)