Skip to content

Commit 1d3fb42

Browse files
authored
feat: remove browser integration and chrome-devtools-mcp support (#597)
1 parent bdd2166 commit 1d3fb42

File tree

7 files changed

+5
-555
lines changed

7 files changed

+5
-555
lines changed

biome.json

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,7 @@
1616
"lineEnding": "lf",
1717
"lineWidth": 80,
1818
"attributePosition": "auto",
19-
"includes": [
20-
"**/*",
21-
"!browser/src/routeTree.gen.ts",
22-
"!browser/src/global.css"
23-
]
19+
"includes": ["**/*"]
2420
},
2521
"linter": {
2622
"enabled": true,
@@ -57,20 +53,5 @@
5753
"parser": {
5854
"cssModules": true
5955
}
60-
},
61-
"overrides": [
62-
{
63-
"includes": ["browser/src/**/*"],
64-
"linter": {
65-
"rules": {
66-
"correctness": {
67-
"useExhaustiveDependencies": "off"
68-
},
69-
"suspicious": {
70-
"noUnknownAtRules": "off"
71-
}
72-
}
73-
}
74-
}
75-
]
56+
}
7657
}

mcps/chrome-devtools-mcp.mjs

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
"build:index": "bun build src/index.ts --external react-devtools-core --minify --outfile dist/index.mjs --target=node",
2121
"build:dts": "npm run build:type && api-extractor run --local --verbose",
2222
"build:post": "bun scripts/post-build.ts",
23-
"build:mcps": "bun scripts/bundleMcps.ts",
24-
"build": "rm -rf dist dist-dts && npm run build:cli && npm run build:index && npm run build:dts && npm run build:mcps && npm run build:post",
23+
"build": "rm -rf dist dist-dts && npm run build:cli && npm run build:index && npm run build:dts && npm run build:post",
2524
"ci": "npm run typecheck && npm run format && npm run test",
2625
"detect-unused": "bun scripts/detect-unused.ts",
2726
"extension:build": "pnpm --filter neovate-assistant build",
@@ -97,7 +96,6 @@
9796
"ai": "^5.0.113",
9897
"chalk": "^5.5.0",
9998
"chardet": "^2.1.1",
100-
"chrome-devtools-mcp": "^0.8.1",
10199
"clipboardy": "^5.0.2",
102100
"debug": "^4.4.3",
103101
"defu": "^6.1.4",

0 commit comments

Comments
 (0)