UNPKG

mcp-think-tank

Version:

Structured thinking and knowledge management tool for Model Context Protocol

7 lines 248 B
import { FastMCP } from 'fastmcp'; /** * Register all memory-related tools with the MCP server * @param server The FastMCP server instance */ export declare function registerMemoryTools(server: FastMCP): void; //# sourceMappingURL=tools.d.ts.map