MCPcopy Create free account
hub / github.com/adcontextprotocol/adcp / findDocFiles

Function findDocFiles

tests/snippet-validation.test.cjs:165–170  ·  view source on GitHub ↗

* Find all documentation files

()

Source from the content-addressed store, hash-verified

163 * Find all documentation files
164 */
165function findDocFiles() {
166 return glob.sync('**/*.{md,mdx}', {
167 cwd: DOCS_BASE_DIR,
168 absolute: true
169 });
170}
171
172/**
173 * Check if stdout contains a failed API response by parsing JSON

Callers 1

runTestsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected