Skip to content

Releases: zoedsoupe/anubis-mcp

v0.17.0

09 Dec 00:53
03465e3

Choose a tag to compare

0.17.0 (2025-12-09)

Features

  • redis: add redix_opts for SSL/TLS support (#59) (33658ab)

Bug Fixes

  • added server component description/0 callback (#58) (a094473)
  • redix should be loaded (#71) (09b872f)

v0.16.0

18 Nov 02:09
9fd2eda

Choose a tag to compare

0.16.0 (2025-11-18)

Features

Bug Fixes

  • correct arguments in Logging.should_log? (#47) (6f550e6)

v0.15.0

03 Nov 15:34
eafc990

Choose a tag to compare

0.15.0 (2025-11-03)

Features

  • add timeout for client/server -> transport calling option (#50) (1e37c23)
  • allow template resources registration (#43) (9af9b8d)

Bug Fixes

  • Timeout options not properly passed to HTTP transport (#52) (0d392d6)

v0.14.1

08 Oct 15:44
v0.14.1
9c259da

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

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

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