Skip to main content
Glama
.pre-commit-config.yaml1.44 kB
default_language_version: node: system repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v5.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: check-yaml - id: check-added-large-files args: ["--maxkb=1000"] - id: check-merge-conflict - id: detect-private-key - id: check-json - id: mixed-line-ending - id: check-case-conflict - repo: https://github.com/pre-commit/mirrors-prettier rev: v3.1.0 hooks: - id: prettier types_or: [javascript, jsx, ts, tsx, json, yaml, markdown, css] files: \.(js|jsx|ts|tsx|json|yaml|yml|md|css)$ - repo: https://github.com/pre-commit/mirrors-eslint rev: v9.16.0 hooks: - id: eslint files: \.(js|jsx|ts|tsx)$ types: [file] additional_dependencies: - eslint@^8.45.0 - eslint-config-prettier@^9.0.0 - "@typescript-eslint/eslint-plugin@^6.0.0" - "@typescript-eslint/parser@^6.0.0" - repo: local hooks: - id: typecheck name: TypeScript Typecheck entry: npm run typecheck language: system pass_filenames: false files: \.(ts|tsx)$ - id: test-changed name: Test Changed Files entry: npm test -- --changed language: system pass_filenames: false files: \.(js|ts|tsx)$ stages: [commit]

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/docdyhr/mcp-wordpress'

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