export interface McpServerOptions { serverUrl?: string; json?: boolean; } export declare function mcpServer(name: string, options: McpServerOptions): Promise; //# sourceMappingURL=server.d.ts.map