mcp-think-tank
Version:
Structured thinking and knowledge management tool for Model Context Protocol
9 lines • 332 B
TypeScript
import { FastMCP } from 'fastmcp';
/**
* Start the server with the appropriate transport
*
* @param server FastMCP server instance
* @param isToolScanMode Whether the server is in tool scan mode
*/
export declare function startServer(server: FastMCP, isToolScanMode: boolean): Promise<void>;
//# sourceMappingURL=index.d.ts.map