Skip to main content
Glama
quality.yml804 B
name: Code Quality on: push: branches: [ main ] pull_request: branches: [ main ] jobs: test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6.0.1 - name: Setup Python uses: actions/setup-python@v6.1.0 with: python-version: '3.12' - name: Install uv run: pip install uv - name: Install dependencies run: | uv sync --dev uv pip install pytest pytest-asyncio ruff black isort - name: Verify pytest installation run: | uv run python -m pytest --version - name: Run tests run: | uv run python -m pytest tests/ -v - name: Check formatting run: | uv run ruff format --check src/ tests/ - name: Run linter run: | uv run ruff check src/ tests/

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/gqy20/genome-mcp'

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