MCPcopy
hub / github.com/HKUDS/DeepCode / cleanup_mcp_app

Method cleanup_mcp_app

cli/cli_app.py:47–49  ·  view source on GitHub ↗

清理MCP应用 - 使用工作流适配器

(self)

Source from the content-addressed store, hash-verified

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)"""

Callers 3

run_direct_processingFunction · 0.45
run_requirement_analysisFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected