Summary by CodeRabbit
-
New Features
- MCP now uses HTTP transport by default and exposes JSON‑RPC POST plus a connectivity GET endpoint
- Example HTTP client and usage samples added
- Duplicate health route added for compatibility
-
Configuration
- New flags to enable/disable HTTP or stdio transport, enable CORS, and specify allowed origins
-
Infrastructure
- Service port changed to 8080
- 1MB request size limit and logging with sensitive-data redaction
-
Tests
- Comprehensive tests for sensitive-data redaction introduced