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

Function buildMcp

scripts/generateLlmsText.js:207–210  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

205}
206
207function buildMcp() {
208 const lines = MCP_LINKS.map(d => `- [${d.label}](${d.url}): ${d.note}`);
209 return section('MCP', lines);
210}
211
212function buildDev() {
213 const lines = DEV_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