Skip to main content
Glama

espresso-mcp

pr-gate.yml547 B
# PR Gate: Lint and test on PRs to main branches name: PR Gate on: workflow_dispatch: pull_request: branches: - main jobs: pr-gate: name: PR Gate runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: python-version: '3.12' - name: Install uv run: pip install uv - name: Sync dependencies run: uv sync --all-extras --dev - name: Lint run: uv run ruff check - name: Test run: uv run pytest

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/vs4vijay/espresso-mcp'

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