Skip to main content
Glama

Recursive Companion MCP

.pre-commit-config.yaml2.26 kB
# Pre-commit hooks for professional code quality # Run 'pre-commit install' after checkout to enable repos: # Core code formatting and quality - repo: https://github.com/psf/black rev: 24.3.0 hooks: - id: black language_version: python3 args: [--line-length=100] - repo: https://github.com/PyCQA/isort rev: 5.13.2 hooks: - id: isort args: [--profile=black, --line-length=100] - repo: https://github.com/PyCQA/flake8 rev: 7.0.0 hooks: - id: flake8 args: [--max-line-length=100] # Security and dependency checks - repo: https://github.com/PyCQA/bandit rev: 1.7.5 hooks: - id: bandit args: [-c, pyproject.toml] # File and syntax validation - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.5.0 hooks: - id: trailing-whitespace exclude: ".*\\.md$" # Allow trailing spaces in markdown - id: end-of-file-fixer - id: check-yaml args: [--multi] - id: check-added-large-files args: [--maxkb=1000] - id: check-case-conflict - id: check-merge-conflict - id: debug-statements - id: check-toml - id: check-json # Python-specific validation - repo: https://github.com/pre-commit/pygrep-hooks rev: v1.10.0 hooks: - id: python-check-blanket-noqa - id: python-check-blanket-type-ignore - id: python-no-log-warn - id: python-use-type-annotations # Additional code quality checks - repo: https://github.com/asottile/pyupgrade rev: v3.15.1 hooks: - id: pyupgrade args: [--py310-plus] # Remove unused imports (optional - can be heavy) - repo: https://github.com/PyCQA/autoflake rev: v2.3.1 hooks: - id: autoflake args: - --remove-all-unused-imports - --remove-unused-variables - --in-place # Configuration for pre-commit.ci (if using) ci: autofix_commit_msg: | [pre-commit.ci] auto fixes from pre-commit hooks for more information, see https://pre-commit.ci autofix_prs: true autoupdate_branch: '' autoupdate_commit_msg: '[pre-commit.ci] pre-commit autoupdate' autoupdate_schedule: weekly skip: [] submodules: false

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/democratize-technology/recursive-companion-mcp'

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