File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 1+ ### Version 1.5.0
2+ - ** Core Features:**
3+ - Add MCP Protocol Version 2025-06-18 support
4+ - Enhanced protocol version handling with automatic version negotiation
5+ - Improved batch request handling. Batch requests are only supported in protocol version 2025-03-26
6+ - ** Enhancements:**
7+ - Refactor StreamableHttpController with better protocol version detection via headers
8+ - Add comprehensive validation for batch requests based on the protocol version
9+ - Enhanced resource and tool response formatting with name and title fields
10+ - Update the TransportFactory to support multiple protocol versions
11+ - ** Architecture Improvements:**
12+ - Refactor tool documentation to use StructuredSchema for input/output schemas
13+ - Add comprehensive unit tests
14+ - Improve code organization with better separation of concerns in request handling
15+ - Add proper type declarations and final method modifiers where appropriate
16+ - ** Bug Fixes:**
17+ - Improve error handling for invalid protocol versions
18+ - ** Documentation:**
19+ - Add MCP features status table in README
20+ - ** Migration Command**
21+ - Add the MigrateToolSchemaCommand to help developers on tools new StructuredSchema feature migration
22+
123### Version 1.4.0
224- ** Core Features:**
325 - Add comprehensive sampling support allowing tools to request LLM assistance during execution
You can’t perform that action at this time.
0 commit comments