mirror of
https://github.com/cjo4m06/mcp-shrimp-task-manager.git
synced 2025-07-26 07:52:25 +08:00
調整「分批提交」的參數限制,將最大字數從8000字減少至5000字,以提升任務拆分的效率與可控性。
This commit is contained in:
parent
304e0cd4f2
commit
a395686689
@ -105,7 +105,7 @@ async function main() {
|
||||
## 關鍵要求
|
||||
- **提供精簡pseudocode**:僅提供高級邏輯流程和關鍵步驟避免完整代碼
|
||||
- **必要時整合**:簡單修改可與其他任務整合,避免任務過多
|
||||
- **分批提交**:任務過多時使用「split_tasks」工具,參數不超過8000字`,
|
||||
- **分批提交**:任務過多時使用「split_tasks」工具,參數不超過5000字`,
|
||||
inputSchema: zodToJsonSchema(splitTasksSchema),
|
||||
},
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user