File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 1+ ### Version 1.7.0
2+ - ** Core Features:**
3+ - Add dynamic resource loading system with ResourceProviderInterface for runtime resource registration
4+ - Add dynamic prompt loading system with PromptProviderInterface for runtime prompt registration
5+ - ** Enhancements:**
6+ - Improve progress token cleanup with try-finally block to prevent resource leaks when tools throw exceptions
7+ - Update DataUtil to correctly identify both result and error responses in message parsing
8+ - ** Documentation:**
9+ - Extensive updates to building_prompts.md with PromptProvider implementation guide and examples
10+ - Extensive updates to building_resources.md with ResourceProvider implementation guide and examples
11+ - Include basic and advanced examples
12+
113### Version 1.6.0
214- ** Core Features:**
315 - Add dynamic tool loading system with ToolProviderInterface
You can’t perform that action at this time.
0 commit comments