Skip to main content
Glama

MCP Git Commit Generator

pypi-publish.yml1.15 kB
name: Publish Python 🐍 package to PyPI on: workflow_dispatch: push: tags: - "v*.*.*" pull_request: branches: - "main" jobs: release-build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - name: Run Python tests uses: ./.github/actions/test-python - name: Build release distributions run: | python -m pip install build python -m build - name: Upload distributions uses: actions/upload-artifact@v4 with: name: release-dists path: dist/ pypi-publish: if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') runs-on: ubuntu-latest needs: - release-build permissions: contents: read id-token: write environment: name: pypi steps: - name: Retrieve release distributions uses: actions/download-artifact@v4 with: name: release-dists path: dist/ - name: Publish release distributions to PyPI uses: pypa/gh-action-pypi-publish@release/v1 with: packages-dir: dist/

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/theoklitosBam7/mcp-git-commit-generator'

If you have feedback or need assistance with the MCP directory API, please join our Discord server