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

Function collectCurrentToolInventoryReport

src/tools/toolInventoryReport.ts:115–119  ·  view source on GitHub ↗
(
  permissionContext: ToolPermissionContext = getEmptyToolPermissionContext(),
)

Source from the content-addressed store, hash-verified

113}
114
115export function collectCurrentToolInventoryReport(
116 permissionContext: ToolPermissionContext = getEmptyToolPermissionContext(),
117): ToolInventoryReport {
118 return buildToolInventoryReport(collectToolInventory(permissionContext))
119}

Callers

nothing calls this directly

Calls 3

buildToolInventoryReportFunction · 0.85
collectToolInventoryFunction · 0.85

Tested by

no test coverage detected