MCPcopy Create free account
hub / github.com/echoVic/blade-code / getMCPComponent

Method getMCPComponent

src/agent/Agent.ts:599–601  ·  view source on GitHub ↗

* 获取 MCP 组件

()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

getComponentMethod · 0.95

Tested by

no test coverage detected