You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
CliRunner's default output is now text for a person, not JSON. A host that wants JSON declares it: new CliRunner(renderer: new JsonCliRenderer()). That JSON was never a decision — json_encode was the only path a non-scalar result had.
Features
a renderer materialises what a projector produced (6a9b1ed)