Skip to content
This repository was archived by the owner on Nov 14, 2025. It is now read-only.

Release v1.7.0

Choose a tag to compare

@sapientpants sapientpants released this 31 Jul 01:12
45497bd

Release v1.7.0

This release simplifies the MCP server to focus exclusively on stdio transport for gateway deployment.

Changed

  • Simplified to stdio-only transport for MCP gateway deployment (#244)
  • Removed HTTP transport and OAuth2 endpoints to focus on stdio transport
  • Updated dependencies to latest versions:
    • @modelcontextprotocol/sdk: 1.16.0 → 1.17.0
    • @eslint/js: 9.31.0 → 9.32.0
    • eslint: 9.31.0 → 9.32.0
    • nock: 14.0.6 → 14.0.7

Removed

  • HTTP transport implementation
  • OAuth2 metadata endpoints
  • Built-in authorization server
  • External IdP integration features

For complete details, see the CHANGELOG.