UNPKG

@knath2000/codebase-indexing-mcp

Version:

MCP server for codebase indexing with Voyage AI embeddings and Qdrant vector storage

11 lines (10 loc) 302 B
import { Config } from './types.js'; /** * Load configuration from environment variables */ export declare function loadConfig(): Config; /** * Validate configuration */ export declare function validateConfig(config: Config): void; export declare function printConfigSummary(config: Config): void;