UNPKG

ultimate-mcp-server

Version:

The definitive all-in-one Model Context Protocol server for AI-assisted coding across 30+ platforms

14 lines 681 B
/** * Cognitive Memory Tools for MCP * Provides tools for knowledge graph, code analysis, and cognitive search */ import { ToolDefinition } from '../types/index.js'; export declare const buildKnowledgeGraph: ToolDefinition; export declare const cognitiveSearch: ToolDefinition; export declare const analyzeCodeGraph: ToolDefinition; export declare const buildMemoryContext: ToolDefinition; export declare const getRelatedMemories: ToolDefinition; export declare const exportKnowledgeGraph: ToolDefinition; export declare const clearCognitiveMemory: ToolDefinition; export declare const cognitiveMemoryTools: ToolDefinition[]; //# sourceMappingURL=cognitive-memory-tools.d.ts.map