MCPcopy Create free account
hub / github.com/QodeXcli/QodeX /

Class

src/tools/codegraph/semantic-search.ts:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35});
36
37export class SemanticSearchTool extends Tool<z.infer<typeof SemanticSearchArgs>> {
38 name = 'semantic_search';
39 description = 'Find code by meaning, not just keywords. Uses Ollama embeddings to match natural-language queries against your codebase. First call builds an index (slow); subsequent calls reuse it. Requires Ollama + an embedding model (default nomic-embed-text). Read-only.';
40 isReadOnly = true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected