UNPKG
@knath2000/codebase-indexing-mcp
Version:
latest (1.0.0)
1.0.0
MCP server for codebase indexing with Voyage AI embeddings and Qdrant vector storage
@knath2000/codebase-indexing-mcp
/
dist
/
config
/
feature-flags.d.ts
7 lines
(6 loc)
•
189 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
interface
FeatureFlags
{
ENABLE_LLM_RERANKING
:
boolean
;
ENABLE_HYBRID_SPARSE
:
boolean
;
AUTO_INDEX_ON_CONNECT
:
boolean
; }
export
declare
const
featureFlags
:
FeatureFlags
;