Skip to content

Releases: zoedsoupe/anubis-mcp

v0.14.1

08 Oct 15:44
v0.14.1
9c259da
Compare
Choose a tag to compare

0.14.1 (2025-10-07)

Bug Fixes

  • correct capability parsing to nest options under capability keys (#31) (9946027)
  • correctly handle timeouts and keepalive (#41) (2f44840)

Documentation

  • rewrite introduction/home documentation page (34baf39)

Miscellaneous Chores

  • add sponsors section with coderabbit (f04f8bb)
  • update example projects elixir deps, use fixed otp version and stable version for CLI release (b362e54)

Continuous Integration

  • fix zig version for CLI release and locally on flake (e7ed2b4)

v0.14.0

21 Aug 04:08
c643b8a
Compare
Choose a tag to compare

0.14.0 (2025-08-21)

Features

  • resources/templates/list method for clients (a6eb210)

Bug Fixes

  • align docs and parsing of server component schema-field definition options (#12) (cb2df76)
  • correctly pass server call timeout options (a49f497)
  • explicit handle title for components (#9) (1adfed2)
  • output schemas should not validate on error resps (#15) (b5faaad)

Reverts

  • "Add keep-alive messages to the StreamableHTTP transport (#11)" (8ea5a3c)

Miscellaneous Chores

  • rename hermes folders/files to anubis (#5) (239ee3f)

v0.13.1

31 Jul 01:26
d29be6e
Compare
Choose a tag to compare

0.13.1 (2025-07-31)

Bug Fixes

  • not crash server on empty tool/prompt args (#4) (ee8043f)

Miscellaneous Chores