Автоматизация задач через MCP-скрипты
engineering
mcp-scripts is a Claude Code skill that defines rules for writing MCP scripts inside the scripts/ directory: CLI arguments via argparse, a USAGE docstring at the top of each file, and calling tools through the `call_mcp_tool("server__tool", params)` pattern. Tool IDs follow a double-underscore naming convention — for example, `morph__warpgrep_codebase_search`, `ast-grep__ast_grep`, and `perplexity__perplexity_ask`. Hardcoding parameters or importing from servers/ directly is explicitly prohibited; `runtime.mcp_client` must be used instead. Scripts are tested with `uv run python -m runtime.harness scripts/<script>.py --help`. The skill is aimed at teams building automation workflows on top of MCP servers who need consistent, predictable CLI script structure.
- #mcp
- #scripts
- #cli
- #automation
- #tooling