claude-playwright
Version:
Seamless integration between Claude Code and Playwright MCP for efficient browser automation and testing
6 lines • 444 B
TypeScript
export declare function setupMCPForClaude(projectPath: string): Promise<boolean>;
export declare function setupBrowserProfiles(projectPath: string): Promise<void>;
export declare function createSessionConfig(projectPath: string): Promise<void>;
export declare function setupSessionMCPIntegration(projectPath: string): Promise<boolean>;
export declare function checkClaudeInstallation(): Promise<boolean>;
//# sourceMappingURL=mcp-setup.d.ts.map