MCPcopy Index your code
hub / github.com/docsagent/docsagent / list

Method list

src/index.ts:225–228  ·  view source on GitHub ↗

* List interface: Returns all indexed files/directories.

()

Source from the content-addressed store, hash-verified

223 * List interface: Returns all indexed files/directories.
224 */
225 public async list(): Promise<string[]> {
226 const res = await this.request("/list", "GET");
227 return Array.isArray(res) ? res : [];
228 }
229
230 /**
231 * Remove interface: Removes a path from the index.

Callers 1

mainFunction · 0.95

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected