Skip to content

Commit 7d0a7e3

Browse files
author
klapaudius
committed
Add CHANGELOG.md to track version history
Introduce a CHANGELOG.md file detailing version history and updates. It outlines features, documentation, and improvements across releases, starting from the initial 0.8.0 version up to 1.1.0. This provides better transparency and aids users in understanding changes over time.
1 parent f7d6a16 commit 7d0a7e3

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
### Version 1.1.0
2+
3+
- **Core Features:**
4+
- **Resources Management:** You can now serve Resources and Resources Templates
5+
- **Documentation:**
6+
- Complete documentation about how to implement your Resources
7+
8+
### Version 1.0.0
9+
10+
- **Documentation:**
11+
- Setup, usage and development instructions.
12+
- **SDK:**
13+
- A Docker quick setup for those who want to be involved
14+
15+
### Version 0.9.0
16+
17+
- **Core Features:**
18+
- **New Adapter**: Symfony Cache adpater for Pub/Sub messaging pattern
19+
- **Refactoring:** Refactor `TestMcpToolCommand` to reduce technical debt and improve code maintainability.
20+
- **Testing Enhancements:** Enhance test coverage to achieve an acceptable and robust ratio, ensuring reliability and stability.
21+
22+
23+
### V0.8.0
24+
- **Initial Release:**
25+
Basic implementation of the Model Context Protocol (MCP) server using Server-Sent Events (SSE).
26+
- **Core Features:**
27+
- Real-time communication support through SSE.
28+
- Basic tool implementation compliant with MCP specifications.
29+
- Redis adapter for Pub/Sub messaging pattern.
30+
- **Documentation:** Basic setup and usage instructions.

0 commit comments

Comments
 (0)