-
Notifications
You must be signed in to change notification settings - Fork 106
Open
Description
Hi! I was following the http quickstart guide and saw this portion on the docs:
Stream Resumability: Enable resumable streams for better reliability:
transport: {
type: "http-stream",
options: {
resumability: {
enabled: true,
historyDuration: 300000 // 5 minutes in milliseconds
}
}
}
When I tried to use it, I got an error that it doesn't exists on the TransportConfigs. And after checking the interfaces, it's true.
So naturally I went to check my version to know if it is outdated, and turns out my mcp-framework version is 0.2.2, when here on git it says "0.2.15", so I updated it, and now it is great!. Looks like the mcp create command is using an older version
Thanks!
Metadata
Metadata
Assignees
Labels
No labels