Releases: platformatic/mcp
Releases · platformatic/mcp
v1.2.1
v1.2.0
What's Changed
- Update dependency @modelcontextprotocol/inspector to v0.16.5 by @renovate[bot] in #21
- Remove docs of things that don't actually exist by @kenany in #19
- Skip auth for the start of the OAuth flow by @kenany in #20
- feat: pass Fastify request/reply objects to MCP tool handlers by @mcollina in #22
- Fix SSE tests to align with new dual-endpoint architecture by @mcollina in #24
New Contributors
Full Changelog: v1.1.0...v1.2.0
v1.1.0
v1.0.0
What's Changed
- Implement Server-Sent Events (SSE) support for MCP Streamable HTTP transport by @mcollina in #1
- Refactor: Split src/index.ts into focused modules by @mcollina in #2
- Implement Redis horizontal scaling with MQEmitter pub/sub architecture by @mcollina in #3
- Add TypeBox integration for comprehensive validation and type safety by @mcollina in #6
- Add stdio transport utility for MCP communication over stdin/stdout by @mcollina in #9
- Fix flaky validator cache performance test by @mcollina in #10
- Fix failing tests: update plugin name from fastify-mcp to fastify-mcp-server by @mcollina in #11
- Rename project to @platformatic/mcp by @mcollina in #13
- Export stdio transport from main index.ts for better API ergonomics by @mcollina in #14
New Contributors
Full Changelog: https://github.com/platformatic/mcp/commits/v1.0.0