Skip to content

Releases: klapaudius/symfony-mcp-server

v1.3.1

24 Jun 22:00

Choose a tag to compare

Enhancements:

  • Add Symfony 6.4 compliancy

V1.3.0

22 Jun 17:22

Choose a tag to compare

Core Features:

  • Add comprehensive prompt system with multiple message types (Text, Image, Audio, Resource, Collection)
  • Introduce MakeMcpPromptCommand for generating prompts via console
  • Add TestMcpPromptCommand for testing prompt functionality
  • Store client sampling capabilities for better client-server communication
  • Add ProfileGeneratorTool and CollectionToolResult examples

Enhancements:

  • Update documentation with prompts usage and testing commands

Bug Fixes:

  • Remove unused setAccessible calls in tests
  • Fix code styling issues

Join the 1.3.0 release discussion for more details

v1.2.0

14 Jun 17:45

Choose a tag to compare

Core Features:

  • Add real-time communication support through Streamable Http
  • Add Streaming Tool Support
  • Add TextToolResult, AudioToolResult, ImageToolResult, ResourceToolResult and CollectionToolResult 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

Choose a tag to compare

  • Core Features:
    • Use Symfony Router to generate endpoints, it makes the bundle compliant with projects behind a reverse proxy by @trandbert37

New Contributor

@trandbert37 made their first contribution in #26

v1.1.0

31 May 07:35

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

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

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

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.