MCPcopy Create free account
hub / github.com/github/awesome-copilot / ToolsData

Interface ToolsData

website/src/scripts/pages/tools.ts:42–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42interface ToolsData {
43 items: Tool[];
44 filters: {
45 categories: string[];
46 tags: string[];
47 };
48}
49
50let allItems: Tool[] = [];
51let currentFilters = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected