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