Support for 2025-03-26 MCP Specification version
Today, a new version of the MCP spec was released: https://spec.modelcontextprotocol.io/specification/2025-03-26/changelog/
IMO the most interesting spec update is that SSE is now optional, so it's easier to host a remote HTTP server for cases that don't require streaming (can be stateless): https://spec.modelcontextprotocol.io/specification/2025-03-26/basic/transports/#streamable-http
Are there plans to update this SDK to support the new MCP spec?
BTW thanks for this library! 😄
I plan to support
pagination functionality supported, please look at this pr:https://github.com/mark3labs/mcp-go/pull/107 @iancanderson
Created a PR for a streamable HTTP server:
https://github.com/mark3labs/mcp-go/pull/228
Feedback and suggestions are very welcome.