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

Interface ClusterNode

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

Source from the content-addressed store, hash-verified

22}
23
24interface ClusterNode {
25 label: string;
26 pathPattern: string | null;
27 files: FileInfo[];
28 children: ClusterNode[];
29}
30
31const EMBED_PROVIDER = (process.env.CONTEXTPLUS_EMBED_PROVIDER ?? "ollama").toLowerCase();
32const EMBED_MODEL = process.env.OLLAMA_EMBED_MODEL ?? "nomic-embed-text";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected