Update the way the stream is concatenated

Update the ts sdk
This commit is contained in:
cliffhall
2025-07-18 16:09:56 -04:00
parent 2feb7cbaa5
commit ba20bd60af
3 changed files with 47 additions and 43 deletions

View File

@@ -20,7 +20,7 @@
"test": "jest --config=jest.config.cjs --coverage"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.12.3",
"@modelcontextprotocol/sdk": "^1.16.0",
"diff": "^5.1.0",
"glob": "^10.3.10",
"minimatch": "^10.0.1",
@@ -38,4 +38,4 @@
"ts-node": "^10.9.2",
"typescript": "^5.8.2"
}
}
}