-–
中文版
**Problem**
子 Agent 无法调用 MCP 服务,只能依赖主 Agent 预置的上下文信息。
**Solution**
子 Agent 应支持调用 MCP 服务,或继承主 Agent 的 MCP 能力。
**Use Case**
多 Agent 协作场景下,子 Agent 需要自主完成代码搜索、文件操作、外部服务调用等任务。
**Priority**
High - Blocking issue
**Additional Info**
当前主 Agent 可以调用 MCP,但子 Agent 被分派后失去此能力,导致主 Agent 成为所有 MCP 调用的唯一通道。
English Version
**Problem**
Sub-agents cannot invoke MCP services and must rely on pre-configured context from the main agent.
**Solution**
Sub-agents should support invoking MCP services, or inherit MCP capabilities from the main agent.
**Use Case**
In multi-agent collaboration scenarios, sub-agents need to autonomously perform code search, file operations, and external service calls.
**Priority**
High - Blocking issue
**Additional Info**
Currently the main agent can invoke MCPs, but sub-agents lose this capability after being dispatched, making the main agent the sole channel for all MCP calls.