MCPcopy Create free account
hub / github.com/DavidHDev/react-bits / buildKeyDependencies

Function buildKeyDependencies

scripts/generateLlmsText.js:202–205  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

200}
201
202function buildKeyDependencies() {
203 const lines = KEY_DEPENDENCIES.map(d => `- [${d.label}](${d.url}): ${d.note}`);
204 return section('Key Dependencies', lines);
205}
206
207function buildMcp() {
208 const lines = MCP_LINKS.map(d => `- [${d.label}](${d.url}): ${d.note}`);

Callers 1

generateMarkdownFunction · 0.85

Calls 1

sectionFunction · 0.85

Tested by

no test coverage detected