Skip to main content
Glama

RL-MCP

by rlefko
.pre-commit-config.yamlโ€ข1.19 kB
# See https://pre-commit.com for more information # See https://pre-commit.com/hooks.html for more hooks exclude: '(migrations|\.git|docker|\.sh|\*\.ini|\*\.toml)' repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v3.2.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: check-added-large-files - repo: local hooks: - id: black name: black description: "Black: The uncompromising Python code formatter" entry: black language: python minimum_pre_commit_version: 2.9.2 require_serial: true types_or: [python, pyi] - repo: local hooks: - id: isort entry: isort name: isort stages: [commit, merge-commit] require_serial: true language: python types_or: [cython, pyi, python] args: ["--filter-files", "--profile=black"] minimum_pre_commit_version: 2.9.2 - repo: local hooks: - id: pylint entry: pylint name: pylint language: system types_or: [python] verbose: true args: ["-rn", "-sn", "--rcfile=.pylintrc", "--fail-under=0"]

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/rlefko/rl-mcp'

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