Skip to main content
Glama
release.yml931 B
name: Release on: push: tags: - "v*" jobs: build-and-publish: name: Build and Publish runs-on: ubuntu-latest steps: - name: Checkout repository uses: actions/checkout@v6 - name: Set up Python uses: actions/setup-python@v6 with: python-version: "3.11" - name: Install uv run: pip install -U uv - name: Build package run: | uv sync --all-extras uv build - name: Publish to PyPI if: github.event_name == 'push' env: PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }} run: | if [ -z "$PYPI_TOKEN" ]; then echo "PYPI_TOKEN not set; skipping publish." else uv publish --token "$PYPI_TOKEN" fi - name: Upload build artifacts uses: actions/upload-artifact@v5 with: name: dist path: dist/

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/josefdc/Uniprot-MCP'

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