UNPKG

@mseep/hyperbrowser-mcp

Version:

Hyperbrowser Model Context Protocol Server

5 lines 358 B
import { CallToolResult } from '@modelcontextprotocol/sdk/types.js'; export declare function createProfileTool(params: {}): Promise<CallToolResult>; export declare const createProfileToolName = "create_profile"; export declare const createProfileToolDescription = "Creates a new persistent Hyperbrowser profile."; //# sourceMappingURL=create-profile.d.ts.map