Skip to main content
Glama
publish.yml750 B
name: Publish to PyPI on: release: types: [published] workflow_dispatch: # Allow manual triggering jobs: publish: runs-on: ubuntu-latest permissions: id-token: write # Required for trusted publishing contents: read steps: - uses: actions/checkout@v4 - name: Set up Python uses: actions/setup-python@v5 with: python-version: '3.10' - name: Install dependencies run: | python -m pip install --upgrade pip pip install build twine - name: Build package run: python -m build - name: Check package run: twine check dist/* - name: Publish to PyPI uses: pypa/gh-action-pypi-publish@release/v1 with: print-hash: true

Latest Blog Posts

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/nonatofabio/local_faiss_mcp'

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