Skip to main content
Glama
python-tests.yml895 B
name: Python Test on: push: branches: - main pull_request: branches: - main jobs: test: runs-on: ubuntu-latest strategy: matrix: python-version: ["3.11", "3.12", "3.13"] steps: - uses: actions/checkout@v4 with: submodules: recursive - name: Set up Python uses: actions/setup-python@v3 with: python-version: "${{ matrix.python-version }}" - name: Install dependencies run: | pip install uv - name: Run tests with coverage run: | uv run --frozen --group tests --python "${{ matrix.python-version }}" pytest --cov=wcgw --cov-report=xml --cov-report=term-missing - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v4 if: success() env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

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/rusiaaman/wcgw'

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