diff --git a/enhanced_mcp/workflow_tools.py b/enhanced_mcp/workflow_tools.py index 33cfd87..1fca46f 100644 --- a/enhanced_mcp/workflow_tools.py +++ b/enhanced_mcp/workflow_tools.py @@ -2447,7 +2447,7 @@ class EnvironmentProcessManagement(MCPMixin): llm_hints = result["llm_hints"] # Suggest next actions based on what was found - if result["success"]: + if result["summary"]["success"]: if "python" in result["sections_data"]: python_info = result["sections_data"]["python"] if python_info["in_virtualenv"]: