Skip to main content
Glama
ci.yaml878 B
# Sample CI for conditional testing of /python and /mcp name: CI on: push: paths: - 'python/**' - 'mcp/**' pull_request: paths: - 'python/**' - 'mcp/**' jobs: test-python: runs-on: ubuntu-latest defaults: run: working-directory: python steps: - uses: actions/checkout@v4 - uses: pdm-project/setup-pdm@v4 with: python-version: '3.11' - name: Install dependencies run: pdm install - name: Run tests run: pdm run pytest test-mcp: runs-on: ubuntu-latest defaults: run: working-directory: mcp steps: - uses: actions/checkout@v4 - uses: pdm-project/setup-pdm@v4 with: python-version: '3.11' - name: Install dependencies run: pdm install - name: Run tests run: pdm run test

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/jentic/jentic-tools'

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