Files
BrowserOS/config.dev.json
Nikhil a04c830b34 fix: move from toml to json config (#87)
* feat: move from TOML to JSON as hard to add TOML support in chromium

* fix: rename TOML to JSON in few places
2025-12-10 16:47:51 -08:00

12 lines
152 B
JSON

{
"ports": {
"cdp": 9005,
"http_mcp": 9105,
"agent": 9205,
"extension": 9305
},
"flags": {
"allow_remote_in_mcp": false
}
}