Skip to content

Fork of the official Python SDK for Model Context Protocol servers and clients for use with guMCP

License

Notifications You must be signed in to change notification settings

gumloop/gumloop-mcp

 
 

Gumloop Fork of the Official MCP Python SDK

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

Official Repository URL

Building and Deploying

Building the Package

uv build

This will create distribution packages in the dist/ directory.

Deploying to Artifact Registry

First, install the publish tools:

uv sync --group publish

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.

About

Fork of the official Python SDK for Model Context Protocol servers and clients for use with guMCP

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%