UNPKG

think-tool-mcp

Version:

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

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