Skip to main content
Glama

MCP Google Workspace Server

ci.yml1.58 kB
name: CI on: push: branches: [ main ] pull_request: branches: [ main ] jobs: test: runs-on: ubuntu-latest strategy: matrix: python-version: ["3.11"] steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - name: Cache uv installation uses: actions/cache@v3 with: path: ~/.cargo/bin/uv key: ${{ runner.os }}-uv - name: Install uv if: steps.cache-uv.outputs.cache-hit != 'true' run: | curl -LsSf https://astral.sh/uv/install.sh | sh - name: Cache dependencies uses: actions/cache@v3 with: path: .venv key: ${{ runner.os }}-venv-${{ hashFiles('pyproject.toml') }} - name: Install dependencies run: | uv venv . .venv/bin/activate uv pip install -e ".[dev]" - name: Run tests with coverage run: | . .venv/bin/activate pytest --cov=mcp_google_suite --cov-report=xml - name: Upload coverage to Codecov uses: codecov/codecov-action@v3 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.xml fail_ci_if_error: true slug: adexltd/mcp-google-suite name: codecov-umbrella verbose: true - name: Check formatting with black run: | . .venv/bin/activate black . --check - name: Lint with ruff run: | . .venv/bin/activate ruff check .

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/josedu90/mcp-suiteg'

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