UNPKG

zrald1

Version:

Advanced Graph RAG MCP Server with file location identification, graph processing, and result summarization capabilities

34 lines 1.13 kB
export declare class GraphRAGMCPServer { private server; private vectorStore; private fileProcessor; private processedFiles; private fileNodes; constructor(); private setupHandlers; initialize(): Promise<void>; start(): Promise<void>; shutdown(): Promise<void>; private handleIdentifyFiles; private handleProcessFilesToGraph; private handleGenerateFileSummary; private handleSearchFileContent; private handleAnalyzeFileRelationships; private handleExportGraphData; private handleVDBSearch; private handleGraphAnalytics; private generateMockEmbedding; private getContentPreview; private getNodeTypeDistribution; private analyzeContent; private getContentLengthDistribution; private generateDetailedStatistics; private getFileTypeDistribution; private getFileSizeDistribution; private analyzeSimilarityRelationships; private analyzeReferenceRelationships; private analyzeDependencyRelationships; private getRelationshipTypeDistribution; private generateAnalytics; } //# sourceMappingURL=mcp-server.d.ts.map