feat: 完成第一个 mcp-chrome 接入版本

This commit is contained in:
claude-code-best
2026-04-12 21:30:01 +08:00
parent 227083d31f
commit e770f1ef9d
5 changed files with 500 additions and 232 deletions

View File

@@ -49,14 +49,15 @@
"test": "bun test",
"check:unused": "knip-bun",
"health": "bun run scripts/health-check.ts",
"postinstall": "node scripts/postinstall.cjs",
"postinstall": "node scripts/postinstall.cjs && node scripts/setup-chrome-mcp.mjs",
"docs:dev": "npx mintlify dev",
"rcs": "bun run scripts/rcs.ts"
},
"dependencies": {
"@types/he": "^1.2.3"
"mcp-chrome-bridge": "^1.0.31"
},
"devDependencies": {
"@types/he": "^1.2.3",
"@langfuse/otel": "^5.1.0",
"@langfuse/tracing": "^5.1.0",
"@types/lodash-es": "^4.17.12",