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.
Official Repository
Building and Deploying
Building the Package
This will create distribution packages in the dist/ directory.
Deploying to Artifact Registry
First, install the publish tools:
Then 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.whl
You'll need appropriate authentication credentials configured for the Artifact Registry repository.