Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
d1f5e8d
feat(core): use bundled chrome-devtools-mcp and remove npx dependency
cynthialong0-0 Mar 12, 2026
dc4195e
updates
cynthialong0-0 Mar 12, 2026
2fdd783
Merge branch 'main' into feat/chrome-dt-bundle
cynthialong0-0 Mar 12, 2026
d4aa0b0
fix merge conflicts
cynthialong0-0 Mar 12, 2026
b4919ef
polish bundle-browser-mcp
cynthialong0-0 Mar 12, 2026
d43e8fa
revert these two since it should be a separate fix
cynthialong0-0 Mar 12, 2026
2a31ef3
polish base on code review
cynthialong0-0 Mar 12, 2026
7d94616
polish
cynthialong0-0 Mar 13, 2026
d0d92ee
Merge branch 'main' into feat/chrome-dt-bundle
cynthialong0-0 Mar 13, 2026
dbb00df
remove changes for settings
cynthialong0-0 Mar 13, 2026
7bcc4b5
.
cynthialong0-0 Mar 13, 2026
a5d6954
polishment
cynthialong0-0 Mar 13, 2026
4b1d98c
remove unnecessary changes
cynthialong0-0 Mar 13, 2026
3026b76
fix build package path
cynthialong0-0 Mar 13, 2026
db26455
fix path
cynthialong0-0 Mar 13, 2026
045c4af
formatting
cynthialong0-0 Mar 13, 2026
17decbd
Merge branch 'main' into feat/chrome-dt-bundle
cynthialong0-0 Mar 13, 2026
fc6da64
polish build_package
cynthialong0-0 Mar 13, 2026
1095e69
Merge branch 'main' into feat/chrome-dt-bundle
cynthialong0-0 Mar 13, 2026
a01b799
Update bundling script condition for core package
cynthialong0-0 Mar 13, 2026
a017ccf
fix script typo
cynthialong0-0 Mar 13, 2026
66944cd
fix build
cynthialong0-0 Mar 13, 2026
67f1db2
feat(core): improve chrome-devtools-mcp path resolution for bundled CLI
gsquared94 Mar 16, 2026
5a65254
Merge branch 'main' into feat/chrome-dt-bundle
gsquared94 Mar 16, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ export default tseslint.config(
},
},
{
files: ['./scripts/**/*.js', 'esbuild.config.js'],
files: ['./scripts/**/*.js', 'esbuild.config.js', 'packages/core/scripts/**/*.{js,mjs}'],
languageOptions: {
globals: {
...globals.node,
Expand Down
Loading
Loading