Skip to main content
Glama
.pre-commit-config.yaml1.12 kB
# Pre-commit hooks for SSO MCP Checklist Server # Install: pre-commit install # Run manually: pre-commit run --all-files repos: # General hooks - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.5.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: check-yaml - id: check-json - id: check-toml - id: check-added-large-files args: ['--maxkb=500'] - id: check-merge-conflict - id: check-case-conflict - id: detect-private-key # Ruff - Python linting and formatting - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.5.0 hooks: - id: ruff args: [--fix] - id: ruff-format # Security scanning - repo: https://github.com/PyCQA/bandit rev: 1.7.8 hooks: - id: bandit args: [-c, pyproject.toml, -r, src/] additional_dependencies: ["bandit[toml]"] # Type checking (optional, enable when ready) # - repo: https://github.com/pre-commit/mirrors-mypy # rev: v1.10.0 # hooks: # - id: mypy # additional_dependencies: [types-all]

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/DauQuangThanh/sso-mcp-server'

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