Skip to main content
Glama
finite-sample

R Econometrics MCP Server

.pre-commit-config.yaml1.3 kB
repos: # Ruff linting and formatting - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.6.9 hooks: - id: ruff # Only check, don't fix (prevents conflicts with ruff-format) types_or: [ python, pyi, jupyter ] - id: ruff-format types_or: [ python, pyi, jupyter ] # Standard pre-commit hooks - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.6.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: check-merge-conflict - id: check-yaml - id: check-json - id: check-toml - id: check-added-large-files args: ['--maxkb=1000'] - id: check-case-conflict # Python-specific hooks - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.6.0 hooks: - id: debug-statements - id: name-tests-test args: ['--pytest-test-first'] exclude: 'tests/utils\.py$' # Exclude utility files # Configure pre-commit CI (optional) 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

Latest Blog Posts

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/finite-sample/rmcp'

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