12 lines
225 B
TypeScript
Raw Normal View History

2026-03-31 21:21:46 +08:00
export const BROWSER_TOOLS: any[] = []
export class ClaudeForChromeContext {}
export class Logger {}
export type PermissionMode = any
export function createClaudeForChromeMcpServer(..._args: any[]): any {
return null
}