清理MCP应用 - 使用工作流适配器
(self)
| 45 | return await self.workflow_adapter.initialize_mcp_app() |
| 46 | |
| 47 | async def cleanup_mcp_app(self): |
| 48 | """清理MCP应用 - 使用工作流适配器""" |
| 49 | await self.workflow_adapter.cleanup_mcp_app() |
| 50 | |
| 51 | async def process_requirement_analysis_non_interactive(self, initial_idea: str): |
| 52 | """处理需求分析工作流(非交互式,用于命令行参数) (NEW: matching UI version)""" |
no outgoing calls
no test coverage detected