@@ -61,8 +61,8 @@ Key benefits:
61
61
klp_mcp_server :
62
62
enabled : true
63
63
server :
64
- name : ' Klp MCP Server'
65
- version : ' 0.1 .0'
64
+ name : ' My MCP Server'
65
+ version : ' 1.0 .0'
66
66
default_path : ' mcp'
67
67
ping :
68
68
enable : true # Read the warning section in the default configuration file before disable it
@@ -77,8 +77,6 @@ Key benefits:
77
77
tools :
78
78
- KLP\KlpMcpServer\Services\ToolService\Examples\HelloWorldTool
79
79
- KLP\KlpMcpServer\Services\ToolService\Examples\VersionCheckTool
80
- prompts : []
81
- resources : []
82
80
` ` `
83
81
For more detailed explanations, you can open the default configuration file
84
82
[from that link.](src/Resources/config/packages/klp_mcp_server.yaml)
@@ -197,6 +195,36 @@ klp_mcp_server:
197
195
ttl: 100 # Message TTL in seconds
198
196
` ` `
199
197
198
+ # # Roadmap
199
+ # ## Version 0.8.0 (Current)
200
+
201
+ - **Initial Release:**
202
+ Basic implementation of the Model Context Protocol (MCP) server using Server-Sent Events (SSE).
203
+ - **Core Features:**
204
+ - Real-time communication support through SSE.
205
+ - Basic tool implementation compliant with MCP specifications.
206
+ - Redis adapter for Pub/Sub messaging pattern.
207
+ - **Documentation:** Basic setup and usage instructions.
208
+ # ## Version 0.9.0 (Next)
209
+
210
+ - **Core Features:**
211
+ - **Refactoring:** Refactor `TestMcpToolCommand` to reduce technical debt and improve code maintainability.
212
+ - **Testing Enhancements:** Enhance test coverage to achieve an acceptable and robust ratio, ensuring reliability and stability.
213
+ - **Documentation:**
214
+ - **Examples and Use Cases:** Include additional examples and use cases to illustrate practical applications and best practices.
215
+
216
+ # ## Version 1.0.0
217
+ - **Core Features:**
218
+ - Basic resources implementation compliant with MCP specification.
219
+ - Support for Streamable HTTP (as specified in MCP 2025-03-26 version).
220
+ - **Additional Adaptaters:**
221
+ - Support for more Pub/Sub adapters (e.g., RabbitMQ).
222
+ - **Documentation:**
223
+ - Expanded documentation with more detailed examples and use cases.
224
+ - Tutorials and best practices for implementation.
225
+ - Establish guidelines for contributing.
226
+
227
+
200
228
# # Credits
201
229
- Boris AUBE and [all contributors](https://github.com/klapaudius/symfony-mcp-server/contributors)
202
230
- Inspired by [OP.GG/laravel-mcp-server](https://github.com/opgginc/laravel-mcp-server)
0 commit comments