Skip to content

Releases: klapaudius/symfony-mcp-server

v1.2.0

13 Jun 22:12
Compare
Choose a tag to compare

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 by klp_mcp_server.server_providers to maintain backward compatibility for clients that does not support the 2025-03-26 protocol version yet.
  • The ToolInterface is deprecated. Use StreamableToolInterface instead.

Join de 1.2.0 release discussion for more details

v1.1.1

05 Jun 14:48
f55c89a
Compare
Choose a tag to compare
  • 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

31 May 07:35
Compare
Choose a tag to compare
  • Core Features:
    • Resources Management: You can now serve Resources and Resources Templates
  • Documentation:
    • Complete documentation about how to implement your Resources

v1.0.0

23 May 14:06
Compare
Choose a tag to compare
  • 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

19 May 22:58
Compare
Choose a tag to compare

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

18 May 09:19
Compare
Choose a tag to compare
  • 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.