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: remove TYPE_CHECKING and unused type ignores for mypy
- Remove TYPE_CHECKING block that caused mypy type conflicts
- Keep only import-not-found ignores for MCP imports
- Remove unused type: ignore comments in except block
- Tested with --python-version 3.9 to match GitHub Actions
0 commit comments