* 获取 MCP 组件
()
| 597 | * 获取 MCP 组件 |
| 598 | */ |
| 599 | public getMCPComponent(): MCPComponent | undefined { |
| 600 | return this.getComponent<MCPComponent>('mcp'); |
| 601 | } |
| 602 | |
| 603 | // ======================== 上下文管理协调方法 ======================== |
| 604 |
nothing calls this directly
no test coverage detected