Skip to content

v1.2.4

Choose a tag to compare

@gaelic-ghost gaelic-ghost released this 14 Mar 20:39
· 27 commits to main since this release

What changed

  • 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