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
Normalized maintained skill scripts to the repo's required execution modes: Python helpers now run through uv, and shell entrypoints remain zsh.
Replaced Bash-specific BASH_SOURCE usage in Zsh scripts with native Zsh path handling.
Updated the validation wrapper, maintainer docs, and FastMCP skill docs to advertise uv run <script>.py instead of uv run python <script>.py.
Updated the MCP mapping helper's dependency guidance to use uv instead of pip.
Breaking changes
None.
Migration/upgrade notes
No migration is required.
If you invoke repo-maintenance helpers manually, prefer uv run scripts/validate_repo_metadata.py and uv run scripts/assess_api_for_mcp.py ....
Verification performed
uv run scripts/validate_repo_metadata.py
uv run pytest
Direct executable-path checks for ./scripts/validate_repo_metadata.py, ./bootstrap-python-mcp-service/scripts/assess_api_for_mcp.py --help, and ./.github/scripts/validate_repo_docs.sh