v3.0.0
ravitemer/mcp-hubv3.0.0Apr 13, 2025by ravitemer
AI Summary
Major version release simplifying client connection model to SSE-only with enhanced tracking and metrics
Key Highlights
- Removed client registration/unregistration API endpoints
- All clients now connect directly via SSE at /api/events
- Enhanced SSE client connection tracking
- More detailed connection metrics in health endpoint
Breaking Changes
- Removed client registration/unregistration API endpoints
- All clients now connect directly via SSE at /api/events
- Simplified client connection management to SSE-only model
New Features
- Enhanced SSE client connection tracking
- Improved client event notifications
- More detailed connection metrics in health endpoint
- Better documentation with updated architecture diagrams
Full Release Notes
### Breaking Changes - Removed client registration/unregistration API endpoints - All clients now connect directly via SSE at /api/events - Simplified client connection management to SSE-only model ### Added - Enhanced SSE client connection tracking - Improved client event notifications - More detailed connection metrics in health endpoint - Better documentation with updated architecture diagrams ### Enhanced - Improved --watch to only update affected servers on config changes - Smarter config watching with better change detection ### Changed - Logging system now writes to ~/.mcp-hub/logs/mcp-hub.log