hyperbrowser-mcp
Version:
Hyperbrowser Model Context Protocol Server
6 lines • 424 B
TypeScript
import { CallToolResult } from "@modelcontextprotocol/sdk/types.js";
import { oaiCuaToolParamSchemaType } from "./tool-types";
export declare function oaiCuaTool({ task, sessionOptions, returnStepInfo, maxSteps, }: oaiCuaToolParamSchemaType): Promise<CallToolResult>;
export declare const oaiCuaToolName = "openai_computer_use_agent";
export declare const oaiCuaToolDescription: string;
//# sourceMappingURL=oai-cua.d.ts.map