We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Wayfinder-Foundry/gdal-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.9
hooks:
- id: ruff
args: ["--fix"]
- id: ruff-format
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.10.0 # pick a stable version you like
hooks:
- id: mypy
name: mypy (src)
args: ["--config", "mypy.ini", "--explicit-package-bases", "src"]
pass_filenames: false
additional_dependencies:
- pydantic>=2.0
- types-PyYAML
- id: mypy
name: mypy (test)
args: ["--config", "mypy.ini", "--explicit-package-bases", "test"]
pass_filenames: false
additional_dependencies:
- pydantic>=2.0
- types-PyYAML