We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/xcollantes/jira-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.pre-commit-config.yaml•470 B
# See https://pre-commit.com for more information.
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.2
hooks:
# Run the linter.
- id: ruff
args: [--fix]
# Run the formatter.
- id: ruff-format
- repo: local
hooks:
# Run pytest.
- id: pytest
name: pytest
entry: uv run --frozen python -m pytest
language: system
pass_filenames: false
always_run: true