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

Method initialize_mcp_app

cli/cli_app.py:42–45  ·  view source on GitHub ↗

初始化MCP应用 - 使用工作流适配器

(self)

Source from the content-addressed store, hash-verified

40 # Document segmentation will be managed by CLI interface
41
42 async def initialize_mcp_app(self):
43 """初始化MCP应用 - 使用工作流适配器"""
44 # Workflow adapter will handle MCP initialization
45 return await self.workflow_adapter.initialize_mcp_app()
46
47 async def cleanup_mcp_app(self):
48 """清理MCP应用 - 使用工作流适配器"""

Callers 3

run_direct_processingFunction · 0.45
run_requirement_analysisFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected