UNPKG

@mseep/hyperbrowser-mcp

Version:

Hyperbrowser Model Context Protocol Server

6 lines 440 B
import { CallToolResult } from "@modelcontextprotocol/sdk/types.js"; import { browserUseToolParamSchemaType } from "./tool-types"; export declare function browserUseTool({ task, sessionOptions, returnStepInfo, maxSteps, }: browserUseToolParamSchemaType): Promise<CallToolResult>; export declare const browserUseToolName = "browser_use_agent"; export declare const browserUseToolDescription: string; //# sourceMappingURL=browser-use.d.ts.map