We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/remotebrowser/mcp-getgather'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
unit-tests.yml•402 B
name: Unit Tests
on:
pull_request:
push:
branches: [main]
workflow_dispatch:
jobs:
pytest:
runs-on: ubuntu-22.04
timeout-minutes: 5
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Prepare back-end environment
uses: ./.github/actions/prepare-backend
- run: uv run pytest -m "not api and not webui and not mcp and not distill"