Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 31 Jul 00:38
e828483

0.3.0 (2026-07-31)

⚠ BREAKING CHANGES

  • a projected tool's name is now normalised — anything outside [a-zA-Z0-9_-] becomes _, and names longer than 64 characters are truncated. An operation named plugins.list registers as the tool plugins_list.

Features

  • normalise MCP tool names to what the spec accepts (e172915)