Skip to main content
Glama

espresso-mcp

ci.yml710 B
# CI: Lint, test, and build on push and PR name: CI on: workflow_dispatch: push: branches: - main jobs: ci: name: CI 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 - name: Build run: uv build - name: Upload Build Artifact uses: actions/upload-artifact@v4 with: name: espresso-mcp-artifact path: dist/

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