Skip to content

Commit a026094

Browse files
committed
Adjust comment indentation
1 parent fcc4431 commit a026094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ def create_client(
364364
}
365365
max_turns = max_turns_map.get(agent_type, 300)
366366

367-
# Load user-configured MCP servers from org and project configs
367+
# Load user-configured MCP servers from org and project configs
368368
user_mcp_servers, blocked_mcp_tools = get_effective_mcp_servers(project_dir)
369369
user_mcp_tools, user_mcp_permissions = get_effective_mcp_tools(
370370
user_mcp_servers, blocked_mcp_tools

0 commit comments

Comments
 (0)