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

Interface SearchResult

src/index.ts:14–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12 * Structured search result record
13 */
14export interface SearchResult {
15 path?: string;
16 score: number;
17 context: string;
18 page?: number;
19 metadata?: Record<string, any>;
20}
21
22export class DocsAgent {
23 private process: ChildProcess | null = null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected