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
fix: passthrough tool call when catalog fails to load
When a package's catalog status is 'error' (e.g., the upstream server
doesn't respond to tools/list), attempt to forward the callTool request
directly instead of hard-failing with PACKAGE_UNAVAILABLE. This handles
MCP servers where tools/list is broken but tools/call works (e.g., Figma
Desktop MCP). Schema validation is skipped in this path — the upstream
server validates arguments itself.
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
0 commit comments