We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 010f77f commit 232e10bCopy full SHA for 232e10b
src/kimi_cli/soul/agent.py
@@ -208,7 +208,7 @@ async def load_agent(
208
subagent = await load_agent(
209
subagent_spec.path,
210
runtime.copy_for_fixed_subagent(),
211
- mcp_configs=mcp_configs,
+ mcp_configs=[], # Subagents don't need MCP tools, only main agent loads them
212
)
213
runtime.labor_market.add_fixed_subagent(subagent_name, subagent, subagent_spec.description)
214
0 commit comments