MCPcopy Create free account
hub / github.com/Noumena-Network/code / collectModelToolSurfaceInventory

Function collectModelToolSurfaceInventory

src/surfaceInventory.ts:219–227  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

217}
218
219export async function collectModelToolSurfaceInventory(): Promise<
220 ModelToolSurfaceEntry[]
221> {
222 const [{ getAllBaseTools }, { SYNTHETIC_OUTPUT_TOOL_NAME }] = await Promise.all([
223 import('./tools.js'),
224 import('./tools/SyntheticOutputTool/SyntheticOutputTool.js'),
225 ])
226 return buildModelToolSurfaceInventory(getAllBaseTools(), SYNTHETIC_OUTPUT_TOOL_NAME)
227}
228
229export async function collectCommandSurfaceInventory(): Promise<
230 CommandSurfaceEntry[]

Callers

nothing calls this directly

Calls 2

getAllBaseToolsFunction · 0.85

Tested by

no test coverage detected