Skip to content

Releases: punkpeye/mcp-remote

v0.8.1

Choose a tag to compare

@github-actions github-actions released this 27 Aug 15:02

0.8.1 (2026-08-27)

Bug Fixes

  • recover from a token the server refuses and answer requests a dropped session owes (77bbcfc)

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 27 Aug 14:48

0.8.0 (2026-08-27)

Features

  • sign in without a browser using the OAuth device grant (0496a12)

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 27 Aug 14:37

0.7.0 (2026-08-27)

Bug Fixes

  • pick token_endpoint_auth_method from what the authorization server supports (98d646d)
  • re-establish the MCP session when the SSE stream reconnects (34299a0)

Features

  • identify this client by a metadata document URL with --client-metadata-url (311c7d7)
  • keep session cookies so a load-balanced server stays sticky (d5e33f8)
  • present the OIDC ID token as the bearer credential with --use-id-token (30df0c8)

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 27 Aug 04:07
6827d32

0.6.0 (2026-08-27)

Features

  • send extra authorization parameters with --authorize-param (#345) (6827d32)

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 27 Aug 03:36
34570f3

0.5.0 (2026-08-27)

Features

  • keep an idle connection alive with --keep-alive (#343) (34570f3)

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 27 Aug 03:23
b449fac

0.4.1 (2026-08-27)

Bug Fixes

  • preserve MCP method metadata in HTTP transport (#309) (b449fac)

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 26 Aug 23:21
5db4f70

0.4.0 (2026-08-26)

Bug Fixes

  • recover stale dynamic OAuth client registrations (#305) (eec5c2e)
  • sign in again when the scopes this client asks for change (#341) (b4bd25f)

Features

  • read custom headers from a file with --header-file (#342) (5db4f70)

v0.3.3

Choose a tag to compare

@github-actions github-actions released this 26 Aug 21:37
df59c77

0.3.3 (2026-08-26)

Bug Fixes

  • complete a sign-in the server asks for mid-session (#340) (df59c77)

v0.3.2

Choose a tag to compare

@github-actions github-actions released this 26 Aug 20:27
21c3f2a

0.3.2 (2026-08-26)

Bug Fixes

  • stop discarding stored sign-ins on every release (#339) (aa994d7)
  • stop exchanging tokens in a loop when the server rejects every one (#338) (21c3f2a)

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 26 Aug 19:05
b7c6e40

0.3.1 (2026-08-26)

Bug Fixes

  • authorize with the scopes an insufficient_scope challenge asked for (#337) (b7c6e40)