MCPcopy Create free account
hub / github.com/docsagent/docsagent / status

Method status

src/index.ts:218–220  ·  view source on GitHub ↗

* Status interface: Returns current engine and indexing state.

()

Source from the content-addressed store, hash-verified

216 * Status interface: Returns current engine and indexing state.
217 */
218 public async status(): Promise<any> {
219 return await this.request("/status", "GET");
220 }
221
222 /**
223 * List interface: Returns all indexed files/directories.

Callers 1

mainFunction · 0.95

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected