Skip to main content
Glama
pre-commit.yaml626 B
name: Pre-commit checks on: push: pull_request: jobs: pre-commit: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 with: fetch-depth: 0 - name: Install UV and Python uses: astral-sh/setup-uv@v5 with: version: "latest" python-version: "3.11" - name: Symlink uv to expected path for pre-commit-uv run: | mkdir -p ~/.local/bin ln -s $(which uv) ~/.local/bin/uv - run: uv venv - run: uv sync --dev - uses: tox-dev/action-pre-commit-uv@v1 with: extra_args: --all-files

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/hannesill/m4'

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