vibe-coder-mcp
Version:
Production-ready MCP server with complete agent integration, multi-transport support, and comprehensive development automation tools for AI-assisted workflows.
9 lines • 337 B
TypeScript
export interface ToolEmbeddings {
descriptionEmbedding: number[];
useCaseEmbeddings: number[][];
description: string;
useCases: string[];
}
export declare const toolEmbeddingStore: Map<string, ToolEmbeddings>;
export declare function initializeToolEmbeddings(): Promise<void>;
//# sourceMappingURL=embeddingStore.d.ts.map