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

Function buildToolInventoryReport

src/tools/toolInventoryReport.ts:105–113  ·  view source on GitHub ↗
(
  entries: readonly ToolInventoryEntry[],
)

Source from the content-addressed store, hash-verified

103}
104
105export function buildToolInventoryReport(
106 entries: readonly ToolInventoryEntry[],
107): ToolInventoryReport {
108 return {
109 entries: [...entries],
110 summary: summarizeToolInventory(entries),
111 gaps: collectToolInventoryGaps(entries),
112 }
113}
114
115export function collectCurrentToolInventoryReport(
116 permissionContext: ToolPermissionContext = getEmptyToolPermissionContext(),

Calls 2

summarizeToolInventoryFunction · 0.85
collectToolInventoryGapsFunction · 0.85

Tested by

no test coverage detected