Skip to main content
Glama
ruff.yml520 B
name: Ruff Lint & Format on: pull_request: push: branches: [develop, main] jobs: ruff: runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v4 - name: Set up Python uses: actions/setup-python@v5 with: python-version: "3.11" - name: Install Ruff run: pip install ruff - name: Run Ruff check (lint) run: ruff check . - name: Run Ruff format (verify formatting) run: ruff format --check .

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/robotmcp/ros-mcp-server'

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