Skip to content

Releases: shigechika/mcp-stdio

v0.13.0

07 May 22:19
6447426

Choose a tag to compare

0.13.0 (2026-05-07)

Features

  • oauth: add --no-resource-indicator for AS that reject RFC 8707 resource parameter (#65) (7a07deb)

v0.12.0

07 May 15:10
6821c45

Choose a tag to compare

0.12.0 (2026-05-07)

Features

  • oauth: select token_endpoint_auth_method from AS metadata (RFC 8414) (#62) (9e6feff)

Bug Fixes

  • test: add missing path-aware PRM mock in TestDiscoverMetadataAuthMethods (df06108)

v0.11.0

07 May 11:10
1bb9ee5

Choose a tag to compare

0.11.0 (2026-05-07)

Features

  • oauth: make proactive token refresh window configurable (--oauth-refresh-leeway) (#57) (10737ca)

v0.10.1

02 May 05:13
6b775ff

Choose a tag to compare

0.10.1 (2026-05-02)

Bug Fixes

  • oauth: support path-scoped issuers in RFC 8414 discovery (Keycloak, Cognito) (#54) (1916ec0)

v0.10.0

02 May 03:51
35eec5e

Choose a tag to compare

0.10.0 (2026-05-02)

Features

  • oauth: add Device Authorization Grant (RFC 8628) via --oauth-device (#51) (4df5021)

v0.9.0

01 May 13:17
38fef5d

Choose a tag to compare

0.9.0 (2026-05-01)

Features

  • oauth: use WWW-Authenticate resource_metadata hint for PRM discovery (RFC 9728 §5.1) (#49) (05239be)

v0.8.0

20 Apr 20:00
a4203d8

Choose a tag to compare

0.8.0 (2026-04-20)

Features

v0.7.0

20 Apr 14:03
6a3614f

Choose a tag to compare

0.7.0 (2026-04-20)

Features

  • cancel-aware response filter (drops late responses for cancelled ids) (#40) (8d4d4aa)

v0.6.0

18 Apr 11:41
51173f0

Choose a tag to compare

0.6.0 (2026-04-18)

Features

  • sse: inject TCP keepalive socket options on httpx transport (#34) (463b037)

v0.5.2

18 Apr 11:14
3463464

Choose a tag to compare

0.5.2 (2026-04-18)

Bug Fixes

  • sse: add --sse-read-timeout to surface half-open TCP as reconnect (#32) (0ff7bb8)