index.ts 225 B

1234567891011
  1. export const BROWSER_TOOLS: any[] = []
  2. export class ClaudeForChromeContext {}
  3. export class Logger {}
  4. export type PermissionMode = any
  5. export function createClaudeForChromeMcpServer(..._args: any[]): any {
  6. return null
  7. }