This fork was created because there were some changes and PRs that had functionality necessary for guMCP, and the official package was not up to date.
The main src/ folder should be rebased from main of the official repository from time to time.
uv buildThis will create distribution packages in the dist/ directory.
First, install the publish tools:
uv sync --group publishThen upload to Artifact Registry:
uv run twine upload --repository-url https://us-west1-python.pkg.dev/agenthub-dev/gumloop/ dist/gumloop_mcp-<VERSION>-py3-none-any.whlYou'll need appropriate authentication credentials configured for the Artifact Registry repository.