Skip to main content
Glama

PAELLADOC

by jlcases
.pre-commit-config.yaml593 B
repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. # If you didn't specify ruff dependency in pyproject.toml, # use the Ruff version from the upstream pre-commit repo here. # e.g. rev: v0.5.1 rev: 'v0.11.6' # Let ruff find the installed version hooks: # Run the linter. - id: ruff args: [--fix] # Automatically fix issues files: ^src/ # Only run on files in src/ types: [python] # Run the formatter. - id: ruff-format files: ^src/ # Only run on files in src/ types: [python]

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/jlcases/paelladoc'

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