mirror of
https://github.com/browseros-ai/BrowserOS.git
synced 2026-05-13 23:53:25 +00:00
* feat: move from TOML to JSON as hard to add TOML support in chromium * fix: rename TOML to JSON in few places
12 lines
152 B
JSON
12 lines
152 B
JSON
{
|
|
"ports": {
|
|
"cdp": 9005,
|
|
"http_mcp": 9105,
|
|
"agent": 9205,
|
|
"extension": 9305
|
|
},
|
|
"flags": {
|
|
"allow_remote_in_mcp": false
|
|
}
|
|
}
|