We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/loonghao/wecom-bot-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
default_language_version:
python: python3.10
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
hooks:
- id: no-commit-to-branch # prevent direct commits to main branch
- id: check-yaml
args: ["--unsafe"]
- id: check-toml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: local
hooks:
- id: ruff check
name: Ruff check
entry: nox
args: [-s, ruff_check]
language: system
types: [python]
- id: isort check
name: isort check
entry: nox
args: [ -s, isort_check]
language: system
types: [python]