Skip to main content
Glama
ci.yml808 B
name: CI on: push: branches: [ main, master ] pull_request: branches: [ main, master ] jobs: build-test: runs-on: ubuntu-latest strategy: matrix: python-version: ["3.10", "3.11"] steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Install dependencies run: | python -m pip install --upgrade pip pip install -r requirements.txt pip install -e . pip install pytest ruff mypy - name: Lint (ruff) run: | ruff check . - name: Type check (mypy) run: | mypy src - name: Run tests env: PYTHONPATH: src run: | pytest -q tests

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/farzadnadiri/mcp-ecu'

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