Skip to main content
Glama

USPTO Final Petition Decisions MCP Server

by john-walkoe
.pre-commit-config.yamlβ€’1.32 kB
# Pre-commit hooks for FPD MCP # Install: pip install pre-commit && pre-commit install # Run manually: pre-commit run --all-files repos: - repo: https://github.com/Yelp/detect-secrets rev: v1.5.0 hooks: - id: detect-secrets args: - '--baseline' - '.secrets.baseline' - '--exclude-files' - 'configs/.*\.json' - '--exclude-files' - '\.md$' - '--exclude-files' - 'package-lock\.json' exclude: ^\.secrets\.baseline$ - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.5.0 hooks: - id: trailing-whitespace exclude: ^\.secrets\.baseline$ - id: end-of-file-fixer exclude: ^\.secrets\.baseline$ - id: check-yaml - id: check-added-large-files args: ['--maxkb=1000'] - id: check-json exclude: ^configs/.*\.json$ # Allow placeholder keys in example configs - id: check-merge-conflict - id: detect-private-key - repo: local hooks: - id: prompt-injection-check name: Check for prompt injection patterns entry: uv run python .security/check_prompt_injections.py language: system files: \.(py|txt|md|yml|yaml|json|js|ts|html|xml|csv)$ exclude: \.security/.*_detector\.py$

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/john-walkoe/uspto_fpd_mcp'

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