We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcc4431 commit a026094Copy full SHA for a026094
client.py
@@ -364,7 +364,7 @@ def create_client(
364
}
365
max_turns = max_turns_map.get(agent_type, 300)
366
367
- # Load user-configured MCP servers from org and project configs
+ # Load user-configured MCP servers from org and project configs
368
user_mcp_servers, blocked_mcp_tools = get_effective_mcp_servers(project_dir)
369
user_mcp_tools, user_mcp_permissions = get_effective_mcp_tools(
370
user_mcp_servers, blocked_mcp_tools
0 commit comments