MCPcopy
hub / github.com/forloopcodes/contextplus / SemanticNavigateOptions

Interface SemanticNavigateOptions

src/tools/semantic-navigate.ts:11–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9import { extname } from "path";
10
11export interface SemanticNavigateOptions {
12 rootDir: string;
13 maxDepth?: number;
14 maxClusters?: number;
15}
16
17interface FileInfo {
18 relativePath: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected