Skip to main content
Glama
ci-cd.yml1.32 kB
name: CI/CD Pipeline on: push: branches: [main] pull_request: branches: [main] jobs: lint: name: Lint runs-on: ubuntu-latest steps: - uses: actions/checkout@v5 - name: Set up Python uses: actions/setup-python@v6 with: python-version: '3.11' - name: Set up uv uses: astral-sh/setup-uv@v7 - name: Install dependencies run: | uv sync - name: Lint with Ruff run: uv run ruff check src tests - name: Type checking with MyPy run: uv run mypy src tests test: name: Test runs-on: ubuntu-latest strategy: matrix: python-version: ['3.10', '3.11', '3.12', '3.13', '3.14', '3.14t'] steps: - uses: actions/checkout@v5 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }} - name: Set up uv uses: astral-sh/setup-uv@v7 - name: Install dependencies run: | uv sync - name: Test with pytest run: uv run pytest --cov=src --cov-report=xml - name: Upload coverage to Codecov uses: codecov/codecov-action@v5 with: file: ./coverage.xml fail_ci_if_error: false

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/arcaputo3/mcp-server-whisper'

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