Skip to content

Releases: seuros/action_mcp

action_mcp: v0.106.0

25 Feb 00:10
03faf08

Choose a tag to compare

0.106.0 (2026-02-24)

Features

  • Implement static resources for resources/list endpoint (#187) (ba4e428)

action_mcp: v0.105.0

04 Feb 09:12
d5503fb

Choose a tag to compare

0.105.0 (2026-02-04)

Features

action_mcp: v0.104.1

24 Jan 16:29
69be2a4

Choose a tag to compare

0.104.1 (2026-01-23)

Bug Fixes

  • Move ALLOWED_IDENTITY_KEYS to a configurable option (#176) (#177) (f9c9453)

action_mcp: v0.104.0

09 Jan 19:15
20ed24f

Choose a tag to compare

0.104.0 (2026-01-08)

Features

  • add server instructions for LLM guidance (#174) (d2fd158)

action_mcp: v0.103.0

01 Jan 12:10
7f37eb0

Choose a tag to compare

0.103.0 (2026-01-01)

Features

Bug Fixes

  • add Rails edge/dev testing support to CI (#171) (fa80f3b)

action_mcp: v0.102.0

11 Dec 04:27
4820891

Choose a tag to compare

0.102.0 (2025-12-11)

Bug Fixes

  • embedded resource format per MCP spec (#168) (a838927)

action_mcp: v0.101.0

07 Dec 20:32
030d9d3

Choose a tag to compare

0.101.0 (2025-12-07)

Features

  • add structured content validation against output_schema (#166) (dbb18f2)

action_mcp: v0.100.1

07 Dec 18:23
1e596cb

Choose a tag to compare

0.100.1 (2025-12-07)

Bug Fixes

  • tool execution fix and documention (b0c2bef)

action_mcp: v0.100.0

03 Dec 23:40
98e0397

Choose a tag to compare

0.100.0 (2025-12-03)

⚠ BREAKING CHANGES

  • Servers must now use HTTP polling for async results instead of SSE push notifications.

Features

  • remove SSE support and implement HTTP Streamable transport (#164) (50d8b4c)

Bug Fixes

  • clear the debug message. (97f0509)
  • remove debug, they are noisy in dev (fef019e)

action_mcp: v0.90.0

26 Nov 23:27
19c424f

Choose a tag to compare

0.90.0 (2025-11-26)

⚠ BREAKING CHANGES

  • implement MCP 2025-11-25 Tasks with spec-compliant error handling (#162)

Features

  • implement MCP 2025-11-25 Tasks with spec-compliant error handling (#162) (311eed4)

Bug Fixes

  • SQLite test locking with DatabaseCleaner and maxitest timeout (#161) (1c15e85)
  • tool/prompt re-registration when explicit name is set (#159) (fc4302f), closes #152