Skip to main content
Glama
lint-format.yml570 B
name: Ruff on: push: branches: [main] pull_request: branches: [main] jobs: ruff: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - name: Set up Python uses: actions/setup-python@v5 with: python-version: "3.12" - name: Install Ruff run: pip install ruff>=0.8.4 - name: Run Ruff linter run: ruff check . continue-on-error: false - name: Run Ruff formatter check run: ruff format --check . continue-on-error: false

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/fosdickio/binary_ninja_mcp'

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