/** * Learning-related MCP Tools * * Provides MCP tools for learnings, file learnings, and context retrieval. */ import type { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; export { serializeLearning, serializeLearningWithScore, serializeFileLearning } from "@jamesaphoenix/tx/types"; /** * Register all learning-related MCP tools on the server. */ export declare const registerLearningTools: (server: McpServer) => void; //# sourceMappingURL=learning.d.ts.map