Claude Code MCP Enhanced
未认领Enhanced Claude Code MCP server with orchestration capabilities, reliability improvements, and self-contained execution patterns
安装
npm install -g @anthropic-ai/claude-code工具(8 个)
markdownPath
(string, required): Path to the markdown task file to convert.
mode
(string, optional): When MCPUSEROOMODES=true, specifies the Roo mode to use (e.g., "boomerang-mode", "coder", "designer", etc.).
outputPath
(string, optional): Path where to save the JSON output. If not provided, returns the JSON directly.
parentTaskId
(string, optional): ID of the parent task that created this task (for task orchestration/boomerang).
prompt
(string, required): The prompt to send to Claude Code.
returnMode
(string, optional): How results should be returned: 'summary' (concise) or 'full' (detailed). Defaults to 'full'.
taskDescription
(string, optional): Short description of the task for better organization and tracking in orchestrated workflows.
workFolder
(string, optional): The working directory for the Claude CLI execution, required when using file operations or referencing any file.