Skip to content

Commit 1aad51f

Browse files
author
klapaudius
committed
Update README roadmap to reflect current and next versions
Reorganized the roadmap to indicate Version 0.9.0 as the current release and Version 1.0.0 as the next. Adjusted descriptions for features and documentation to align with the updated timeline.
1 parent a726559 commit 1aad51f

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

README.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -204,25 +204,16 @@ klp_mcp_server:
204204
```
205205

206206
## Roadmap
207-
### Version 0.8.0 (Current)
208-
209-
- **Initial Release:**
210-
Basic implementation of the Model Context Protocol (MCP) server using Server-Sent Events (SSE).
211-
- **Core Features:**
212-
- Real-time communication support through SSE.
213-
- Basic tool implementation compliant with MCP specifications.
214-
- Redis adapter for Pub/Sub messaging pattern.
215-
- **Documentation:** Basic setup and usage instructions.
216-
### Version 0.9.0 (Next)
207+
### Version 0.9.0 (Current)
217208

218209
- **Core Features:**
210+
- **New Adapter**: Symfony Cache adpater for Pub/Sub messaging pattern.
219211
- **Refactoring:** Refactor `TestMcpToolCommand` to reduce technical debt and improve code maintainability.
220212
- **Testing Enhancements:** Enhance test coverage to achieve an acceptable and robust ratio, ensuring reliability and stability.
221-
- **New Adapter**: Symfony Cache adpater for Pub/Sub messaging pattern
222213
- **Documentation:**
223214
- **Examples and Use Cases:** Include additional examples and use cases to illustrate practical applications and best practices.
224215

225-
### Version 1.0.0
216+
### Version 1.0.0 (Next)
226217
- **Core Features:**
227218
- Basic resources implementation compliant with MCP specification.
228219
- Support for Streamable HTTP (as specified in MCP 2025-03-26 version).

0 commit comments

Comments
 (0)