loadPlan
Replace or load a complete plan object in the MCPlanManager MCP server. This tool updates the entire plan in memory using a dictionary containing 'meta', 'state', and 'tasks' keys, typically exported by dumpPlan.
Instructions
通过一个完整的计划对象加载或替换当前计划。 这个工具会直接覆盖内存中的整个计划,请谨慎使用。
Args: plan_data (dict): 一个包含完整计划数据的字典对象,通常由 dumpPlan 工具导出。 它应包含 'meta', 'state', 和 'tasks' 三个顶级键。
Input Schema
Name | Required | Description | Default |
---|---|---|---|
plan_data | Yes |