import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; export declare abstract class AbstractTool { /** * Registers the tool with the given MCP server. * @param server The MCP server to register the tool with. */ abstract register(server: McpServer): void; } //# sourceMappingURL=AbstractTool.d.ts.map