index.ts 473 B

1234567
  1. export const BROWSER_TOOLS: any[] = [];
  2. export function createClaudeInChromeMcpServer(..._args: any[]): any { throw new Error('Not available'); }
  3. export function createClaudeForChromeMcpServer(...args: any[]): any { return createClaudeInChromeMcpServer(...args); }
  4. export function getClaudeInChromeMcpTransport(..._args: any[]): any { throw new Error('Not available'); }
  5. export type ClaudeForChromeContext = any;
  6. export type Logger = any;
  7. export type PermissionMode = any;