UNPKG

think-tool-mcp

Version:

An MCP server implementing the think tool for Claude and other LLMs

8 lines (7 loc) 174 B
export declare class ThinkToolServer { private mcp; private thoughtsLog; constructor(serverName?: string); private registerTools; run(): Promise<void>; }