mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-23 08:45:50 +00:00
feat: monorepo 构建完成
This commit is contained in:
11
packages/@ant/claude-for-chrome-mcp/src/index.ts
Normal file
11
packages/@ant/claude-for-chrome-mcp/src/index.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
export const BROWSER_TOOLS: any[] = []
|
||||
|
||||
export class ClaudeForChromeContext {}
|
||||
|
||||
export class Logger {}
|
||||
|
||||
export type PermissionMode = any
|
||||
|
||||
export function createClaudeForChromeMcpServer(..._args: any[]): any {
|
||||
return null
|
||||
}
|
||||
Reference in New Issue
Block a user