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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Patch Changes
ef7290e: fix: methods now accepts a bare method name (e.g. "epley", "neat-eat") in
addition to an array or "all". LLM MCP clients routinely send the bare-string
shape; the previous array-or-"all" union rejected it with a Zod validation
error, causing failed tool calls. A single name behaves exactly like a
one-element array (explicit mode: missing inputs raise instead of skipping).