v1.1.0
ravitemer/mcp-hubv1.1.0Feb 21, 2025by ravitemer
AI Summary
Implements a comprehensive error handling system with custom error classes and structured JSON logging.
Key Highlights
- Custom error classes (ConfigError, ConnectionError, ServerError, ToolError, ResourceError, ValidationError).
- Structured JSON logging with standardized error codes.
- Enhanced CLI error management with improved error recovery.
New Features
- Custom error classes
- Structured JSON logging
- Enhanced CLI error management
Full Release Notes
### Added - Comprehensive error handling system with custom error classes (ConfigError, ConnectionError, ServerError, ToolError, ResourceError, ValidationError) - Structured JSON logging with standardized error codes and detailed error information - Enhanced CLI error management with improved error recovery - Error code based error handling for better error identification and debugging ### Changed - Simplified logging system with JSON-only output - More consistent error handling patterns across all components - Improved error recovery and reporting mechanisms