初始化MCP应用 - 使用工作流适配器
(self)
| 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应用 - 使用工作流适配器""" |
no outgoing calls
no test coverage detected