Skip to content

Commit a317804

Browse files
authored
Merge pull request #2850 from olaservo/add-sequentialthinking-tests-update-sdk
Add Sequential Thinking tests and update TypeScript SDK versions
2 parents 5aedaab + 636b087 commit a317804

File tree

10 files changed

+2151
-2024
lines changed

10 files changed

+2151
-2024
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,3 +301,4 @@ cython_debug/
301301
# and can be added to the global gitignore or merged into this file. For a more nuclear
302302
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
303303
#.idea/
304+
.claude/settings.local.json

package-lock.json

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

src/everything/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"start:streamableHttp": "node dist/streamableHttp.js"
2323
},
2424
"dependencies": {
25-
"@modelcontextprotocol/sdk": "^1.18.0",
25+
"@modelcontextprotocol/sdk": "^1.19.1",
2626
"cors": "^2.8.5",
2727
"express": "^4.21.1",
2828
"jszip": "^3.10.1",

src/filesystem/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"test": "jest --config=jest.config.cjs --coverage"
2121
},
2222
"dependencies": {
23-
"@modelcontextprotocol/sdk": "^1.17.0",
23+
"@modelcontextprotocol/sdk": "^1.19.1",
2424
"diff": "^5.1.0",
2525
"glob": "^10.3.10",
2626
"minimatch": "^10.0.1",

src/memory/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"watch": "tsc --watch"
2020
},
2121
"dependencies": {
22-
"@modelcontextprotocol/sdk": "1.0.1"
22+
"@modelcontextprotocol/sdk": "^1.19.1"
2323
},
2424
"devDependencies": {
2525
"@types/node": "^22",

0 commit comments

Comments
 (0)