UNPKG

zrald

Version:

Advanced Graph RAG MCP Server with sophisticated graph structures, operators, and agentic capabilities for AI agents

37 lines 1.19 kB
export declare class GraphRAGMCPServer { private server; private graphDb; private vectorStore; private operatorExecutor; private queryPlanner; constructor(); private setupHandlers; initialize(): Promise<void>; private connectToNeo4jAsync; start(): Promise<void>; shutdown(): Promise<void>; private handleCreateQueryPlan; private handleExecuteQueryPlan; private handleExecuteOperatorChain; private handleVDBSearch; private handlePageRankAnalysis; private handleNeighborhoodExploration; private handleRelationshipAggregation; private handleChunkTracing; private handleCoOccurrenceAnalysis; private handlePathFinding; private handleSteinerTree; private handleCreateKnowledgeGraph; private handleAddNodes; private handleAddRelationships; private handleAddChunks; private handleGraphAnalytics; private handleOperatorPerformance; private handleAdaptiveReasoning; private handleMultiModalFusion; private getKnowledgeGraphSummary; private getOperatorRegistry; private getExecutionHistory; private calculateConfidenceScore; } //# sourceMappingURL=mcp-server.d.ts.map