Skip to content

outdated mcp-framework version on mcp create command #117

@hrodrick

Description

@hrodrick

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions