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

Function collectCommandSurfaceInventory

src/surfaceInventory.ts:229–238  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

227}
228
229export async function collectCommandSurfaceInventory(): Promise<
230 CommandSurfaceEntry[]
231> {
232 const { getBuiltInCommandsForDiagnostics, INTERNAL_ONLY_COMMANDS } =
233 await import('./commands.js')
234 return buildCommandSurfaceInventory(
235 getBuiltInCommandsForDiagnostics(),
236 INTERNAL_ONLY_COMMANDS,
237 )
238}

Callers

nothing calls this directly

Tested by

no test coverage detected