Upgrade Checks Failure on Main Branch
The upgrade checks workflow has failed on the main branch.
Workflow Run: #215
Commit: a52036e
Branch: refs/heads/main
Event: push
Common causes
- ty (type checker): New ty releases frequently add stricter checks that flag previously-accepted code. Run
uv run ty check locally with the latest ty to reproduce. Fix the type errors or bump the ty version floor in pyproject.toml.
- ruff: New lint rules or stricter defaults in a ruff upgrade.
- mcp SDK: Breaking changes in the
mcp package (new method signatures, renamed types).
What to do
- Check the workflow logs to identify which job failed (static analysis vs tests)
- Reproduce locally with
uv sync --upgrade && uv run prek run --all-files && uv run pytest -n auto
- Fix the code or adjust dependency constraints as needed
This issue was automatically created by a GitHub Action.
Upgrade Checks Failure on Main Branch
The upgrade checks workflow has failed on the main branch.
Workflow Run: #215
Commit: a52036e
Branch: refs/heads/main
Event: push
Common causes
uv run ty checklocally with the latest ty to reproduce. Fix the type errors or bump the ty version floor inpyproject.toml.mcppackage (new method signatures, renamed types).What to do
uv sync --upgrade && uv run prek run --all-files && uv run pytest -n autoThis issue was automatically created by a GitHub Action.