@mseep/hyperbrowser-mcp
Version:
Hyperbrowser Model Context Protocol Server
6 lines • 477 B
TypeScript
import { CallToolResult } from '@modelcontextprotocol/sdk/types.js';
import { listProfilesToolParamSchemaType } from './tool-types.js';
export declare function listProfilesTool(params: listProfilesToolParamSchemaType): Promise<CallToolResult>;
export declare const listProfilesToolName = "list_profiles";
export declare const listProfilesToolDescription = "Lists existing persistent Hyperbrowser profiles, with optional pagination.";
//# sourceMappingURL=list-profiles.d.ts.map