UNPKG

mcp-chain-of-thought

Version:

Chain of Thought is a tool built for AI Agents, emphasizing chain-of-thought, reflection, and style consistency. It converts natural language into structured dev tasks with dependency tracking and iterative refinement, enabling agent-like developer behavi

9 lines (6 loc) 427 B
### Usage Instructions To load tasks from a memory file, use the `loadTasksFromMemory` tool with the following parameters: - `memoryFile`: The name of the memory file to load from - `taskIds` (optional): Array of specific task IDs to load from the file - `overwriteExisting` (optional): Whether to overwrite existing tasks with the same ID (default: false) Tip: Use the `listMemoryFiles` tool to see available memory files.