Skip to main content
Glama
tests.yaml568 B
name: Tests on: push: pull_request: jobs: test: runs-on: ubuntu-latest strategy: matrix: python-version: ["3.10", "3.12"] steps: - uses: actions/checkout@v4 - name: Install UV and Python uses: astral-sh/setup-uv@v5 with: version: "latest" python-version: ${{ matrix.python-version }} - name: Create virtual environment run: uv venv - name: Install dependencies run: | uv sync --all-groups - name: Run tests run: uv run pytest -v

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/hannesill/m4'

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