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

Method getTools

src/tools/ToolManager.ts:105–107  ·  view source on GitHub ↗

* 获取所有已注册的工具

()

Source from the content-addressed store, hash-verified

103 * 获取所有已注册的工具
104 */
105 public getTools(): ToolDefinition[] {
106 return Array.from(this.tools.values());
107 }
108
109 /**
110 * 获取特定工具

Callers 4

toolsCommandFunction · 0.45
handleListToolsMethod · 0.45
basicExampleFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected