Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
toolsCommand
Function · 0.45
handleListTools
Method · 0.45
demonstrateComponentManager
Function · 0.45
basicExample
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected