Skip to content

Releases: haroldadmin/fastify-mcp

2.0.8

14 Sep 12:19
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.7...2.0.8

2.0.7

03 Sep 22:22
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.6...2.0.7

2.0.6

03 Sep 22:19
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.5...2.0.6

2.0.5

03 Sep 22:16
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.4...2.0.5

2.0.4

03 Sep 22:14
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.3...2.0.4

2.0.3

02 Jul 09:34
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.2...2.0.3

2.0.2

27 Jun 11:38
aee0778
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.1...2.0.2

2.0.1

03 Jun 19:14
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.0...2.0.1

2.0.0

05 May 13:36
Compare
Choose a tag to compare

What's Changed

  • Add support for Streamable HTTP transport by @haroldadmin in #13
  • Deprecate plugin for HTTP+SSE transport (fastifyMCPSSE)
  • BREAKING: Make Sessions generic on the Transport type
  • Updating @modelcontextprotocol/sdk version to 1.11.0.
    • This may cause type incompatibilities for your application if you're using an older version of the SDK. Please upgrade to version 1.11.0 to fix them.

We recommend updating your servers to use the Streamable HTTP transport, as the HTTP+SSE transport has been deprecated in the Model Context Protocol spec.

Full Changelog: 1.2.0...2.0.0

2.0.0-beta.1

04 May 12:14
Compare
Choose a tag to compare
2.0.0-beta.1 Pre-release
Pre-release

What's Changed

Breaking

  • fastifyMCPSSE is now deprecated, as the HTTP+SSE transport is now considered legacy by the MCP spec.
  • Sessions is now generic on the type of Transport being used. If you're using this plugin with the SSE transport, use Sessions<SSEServerTransport> to fix any type errors that may arise

Full Changelog: 1.2.0...2.0.0-beta.1