Skip to content

Release v4.160.0

Latest

Choose a tag to compare

@github-actions github-actions released this 18 Feb 01:50
f509d38

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