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