Skip to content

Releases: dezer32/mcp-remote

v0.0.1

19 May 13:22
656b9c4

Choose a tag to compare

Changelog

  • 5dac056 Initial state
  • 501b26a feat(ci): GitHub Actions test/lint matrix + release workflow
  • ae1c1a1 feat(config): implement CLI parsing and validation
  • 6a9cc76 feat(httpmcp): Streamable HTTP transport with SSE, session, 401 recovery
  • d7568e6 feat(oauth): OAuth 2.1 with PKCE/DCR/discovery
  • 0d91304 feat(proxy): JSON-RPC router with in-flight tracking and session recovery
  • e22b7ee feat(stdio): newline-delimited JSON-RPC transport
  • 9e647db feat(test): integration suite + fake MCP server + browser helper
  • 656b9c4 lint: fix golangci-lint v2.12 errcheck/shadow/staticcheck issues
  • c0446fa merge feat/ci
  • e8e691f merge feat/config
  • d95a5f7 merge feat/docs
  • 392daaa merge feat/httpmcp
  • 9ddfc82 merge feat/integration
  • 7564d04 merge feat/oauth
  • 6bc858d merge feat/proxy
  • 6538442 merge feat/stdio
  • ed05784 simplify: emit404 closes body, rename methodInitialized for clarity
  • 25ac013 skeleton: package interfaces, stubs, jsonrpc/logging
  • 276e021 test(integration): pass --allow-http for httptest fake server