Skip to main content
Glama

mcp-any-openapi

by matthewhand
MIT License
122
  • Linux
  • Apple
python-pytest.ymlโ€ข795 B
name: Python Tests on: push: branches: [ main ] pull_request: branches: [ main ] jobs: test: runs-on: ubuntu-latest steps: # Checkout the repository - uses: actions/checkout@v4 # Set up Python environment - name: Set up Python uses: actions/setup-python@v4 with: python-version: '3.12' # Install uv - name: Install uv uses: astral-sh/setup-uv@v4 # Set up Python environment with uv - name: Set up Python run: uv python install # Sync dependencies with uv - name: Install dependencies run: uv sync --all-extras --dev # Run tests - name: Run tests run: uv run pytest tests/unit env: PYTHONPATH: ${{ github.workspace }}

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/matthewhand/mcp-openapi-proxy'

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