Skip to main content
Glama
pythonlint.yml626 B
name: "Linting" on: push: branches: [main] pull_request: {} jobs: pylint: name: Python Code Quality and Lint runs-on: ubuntu-latest strategy: matrix: linter-env: ["linting", "type_check", "spell_check"] 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 tox - name: Run ${{ matrix.linter-env }} via Tox run: | tox -e ${{ matrix.linter-env }}

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