Skip to main content
Glama
formatting.yml565 B
name: "Formatting" on: push: branches: [main] pull_request: {} jobs: black: runs-on: ubuntu-latest strategy: matrix: tool: ["black", "isort"] steps: - uses: actions/checkout@v6 - name: Set up Python uses: actions/setup-python@v6 with: python-version: 3.14 - name: Install dependencies run: | python -m pip install --upgrade pip pip install .[formatting] - name: ${{ matrix.tool }} Code Formatter run: | ${{ matrix.tool }} . --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/Hochfrequenz/TransformerBee.mcp'

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