Releases: klapaudius/symfony-mcp-server
Releases · klapaudius/symfony-mcp-server
v1.2.0
Core Features:
- Add real-time communication support through Streamable Http
- Add Streaming Tool Support
- Add TextToolResult, AudioToolResult, ImageToolResult and ResourceToolResult to properly manage tool returns
- Both SSE and StreamableHttp can be active that makes clients able to use the old protocol version
Deprecations:
- Configuration key
klp_mcp_server.server_provider
is replaced byklp_mcp_server.server_providers
to maintain backward compatibility for clients that does not support the2025-03-26
protocol version yet. - The ToolInterface is deprecated. Use StreamableToolInterface instead.
v1.1.1
- Core Features:
- Use Symfony Router to generate endpoints, it makes the bundle compliant with projects behind a reverse proxy
New Contributor
@trandbert37 made their first contribution in #26
v1.1.0
- Core Features:
- Resources Management: You can now serve Resources and Resources Templates
- Documentation:
- Complete documentation about how to implement your Resources
v1.0.0
- First Stable Release:
Basic implementation of the Model Context Protocol (MCP) server using Server-Sent Events (SSE). - Core Features:
- Real-time communication support through SSE.
- Basic tool implementation compliant with MCP specifications.
- Redis or Symfony cache adapter for Pub/Sub messaging pattern.
- Documentation:
- Setup, usage and development instructions.
- SDK:
- A Docker quick setup for those who want to be involved
v0.9.0
Version 0.9.0
- Core Features:
- New Adapter: Symfony Cache adpater for Pub/Sub messaging pattern
- Refactoring: Refactor
TestMcpToolCommand
to reduce technical debt and improve code maintainability. - Testing Enhancements: Enhance test coverage to achieve an acceptable and robust ratio, ensuring reliability and stability.
v0.8.0
- Initial Release:
Basic implementation of the Model Context Protocol (MCP) server using Server-Sent Events (SSE). - Core Features:
- Real-time communication support through SSE.
- Basic tool implementation compliant with MCP specifications.
- Redis adapter for Pub/Sub messaging pattern.
- Documentation: Basic setup and usage instructions.