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

Function getBuiltinToolsByCategory

src/tools/index.ts:76–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74 * 按分类获取内置工具
75 */
76export function getBuiltinToolsByCategory(): Record<string, ToolDefinition[]> {
77 return {
78 text: textProcessingTools,
79 filesystem: fileSystemTools,
80 network: networkTools,
81 utility: utilityTools,
82 git: gitTools,
83 smart: smartTools,
84 };
85}
86
87/**
88 * 获取所有内置工具

Callers 1

toolsCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected