Skip to main content
Glama

MCP Git Commit Generator

action.yml975 B
name: test-python description: "Runs Python tests for the MCP Git Commit Generator project" runs: using: "composite" steps: - name: Set up Python for tests uses: actions/setup-python@v5 with: python-version: "3.13.5" - name: Cache pip uses: actions/cache@v4 with: path: | ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements-dev.txt') }} restore-keys: | ${{ runner.os }}-pip- - name: Configure git user for CI run: | git config --global user.email "ci@example.com" git config --global user.name "CI Runner" shell: bash - name: Install test dependencies run: | python -m pip install --upgrade pip python -m pip install -e . if [ -f requirements-dev.txt ]; then python -m pip install -r requirements-dev.txt; fi shell: bash - name: Run tests run: | pytest -q shell: bash

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/theoklitosBam7/mcp-git-commit-generator'

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