MCPcopy
hub / github.com/ComposioHQ/composio / getDynamicToolkitEntries

Function getDynamicToolkitEntries

docs/scripts/validate-links.ts:87–91  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

85}
86
87async function getDynamicToolkitEntries() {
88 const raw = await readFile('public/data/toolkits.json', 'utf-8');
89 const toolkits: { slug: string }[] = JSON.parse(raw);
90 return toolkits.map((t) => ({ value: { slug: [t.slug] }, hashes: [] as string[] }));
91}
92
93async function checkLinks() {
94 const referenceSource = await getReferenceSource();

Callers 1

checkLinksFunction · 0.85

Calls 2

readFileFunction · 0.85
parseMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…