Skip to main content
Glama
unittests.yml640 B
name: "Unittests" on: push: branches: [main] pull_request: {} jobs: pytest: runs-on: ${{ matrix.os }} strategy: matrix: python-version: ["3.11", "3.12", "3.13", "3.14"] os: [ubuntu-latest] steps: - uses: actions/checkout@v6 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }} - name: Install Dependencies run: | python -m pip install --upgrade pip pip install tox - name: Run the Unit Tests via Tox run: | tox -e tests

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