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: use named parameters for ErrorData and proper MCP_AVAILABLE flag
- Change ErrorData(code, message) to use named parameters: code=, message=
- Replace None checks with MCP_AVAILABLE boolean flag
- Provide proper fallback values: McpError=Exception, INTERNAL_ERROR=-32603
- This fixes all 10 mypy errors in the demo script
0 commit comments