You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update README roadmap to reflect streamlined future plans
Simplified and updated the roadmap section by removing outdated release notes and consolidating details of upcoming features. Enhanced clarity around MCP compliance and prioritized key initiatives like resource implementation, streamable HTTP support, and pub/sub adapters.
Copy file name to clipboardExpand all lines: README.md
+3-15Lines changed: 3 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -206,26 +206,14 @@ klp_mcp_server:
206
206
```
207
207
208
208
## Roadmap
209
-
### 🔗 [View the v0.8.0 Release Notes](https://github.com/klapaudius/symfony-mcp-server/discussions/7#)
210
-
### Version 0.9.0 (Current)
209
+
We are committed to actively pursuing the following key initiatives to enhance the package's functionality and ensure compliance with evolving standards.
211
210
212
211
- **Core Features:**
213
-
- **New Adapter**: Symfony Cache adpater for Pub/Sub messaging pattern.
214
-
- **Refactoring:** Refactor `TestMcpToolCommand` to reduce technical debt and improve code maintainability.
215
-
- **Testing Enhancements:** Enhance test coverage to achieve an acceptable and robust ratio, ensuring reliability and stability.
216
-
- **Documentation:**
217
-
- **Examples and Use Cases:** Include additional examples and use cases to illustrate practical applications and best practices.
218
-
219
-
### Version 1.0.0 (Next)
220
-
- **Core Features:**
221
-
- Basic resources implementation compliant with MCP specification.
212
+
- Resources implementation compliant with MCP specification.
213
+
- Prompts implementation compliant with MCP specification.
222
214
- Support for Streamable HTTP (as specified in MCP 2025-03-26 version).
223
215
- **Additional Adaptaters:**
224
216
- Support for more Pub/Sub adapters (e.g., RabbitMQ).
225
-
- **Documentation:**
226
-
- Expanded documentation with more detailed examples and use cases.
227
-
- Tutorials and best practices for implementation.
228
-
- Establish guidelines for contributing.
229
217
230
218
## Credits
231
219
- Boris AUBE and [all contributors](https://github.com/klapaudius/symfony-mcp-server/contributors)
0 commit comments