Skip to content

Commit d1f7dc7

Browse files
authored
fix: update @modelcontextprotocol/sdk to version 1.25.1 in package.json and package-lock.json (#384)
* fix: update @modelcontextprotocol/sdk to version 1.25.1 in package.json and package-lock.json * fix: remove pollInterval from task creation in tool call request
1 parent 4270b02 commit d1f7dc7

3 files changed

Lines changed: 35 additions & 6 deletions

File tree

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"dependencies": {
4343
"@apify/datastructures": "^2.0.3",
4444
"@apify/log": "^2.5.16",
45-
"@modelcontextprotocol/sdk": "^1.24.3",
45+
"@modelcontextprotocol/sdk": "^1.25.1",
4646
"@segment/analytics-node": "^2.3.0",
4747
"@types/cheerio": "^0.22.35",
4848
"@types/turndown": "^5.0.5",

src/mcp/server.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,6 @@ Please remove the "task" parameter from the tool call request or use a different
727727
const task = await this.taskStore.createTask(
728728
{
729729
ttl: request.params.task.ttl,
730-
pollInterval: request.params.task.pollInterval,
731730
},
732731
`call-tool-${name}-${randomUUID()}`,
733732
request,

0 commit comments

Comments
 (0)