Skip to main content
Glama
by okta
ruff-check.ymlโ€ข718 B
name: Ruff Code Quality Check on: pull_request: branches: [ main ] types: [opened, synchronize, reopened] jobs: ruff-check: runs-on: ubuntu-latest environment: ruff-check # This requires approval before running steps: - name: Checkout code uses: actions/checkout@v4 - name: Install uv uses: astral-sh/setup-uv@v4 with: version: "latest" - name: Set up Python run: uv python install 3.13 - name: Install dependencies run: uv sync - name: Run Ruff linting run: uv run ruff check . --output-format=github - name: Run Ruff formatting check run: uv run ruff format --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/okta/okta-mcp-server'

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