mirror of
https://github.com/browseros-ai/BrowserOS.git
synced 2026-05-18 19:16:22 +00:00
git-subtree-dir: packages/browseros-agent git-subtree-mainline:8f148d0918git-subtree-split:90bd4be300
22 lines
384 B
JSON
22 lines
384 B
JSON
{
|
|
"ports": {
|
|
"cdp": 9000,
|
|
"http_mcp": 9100,
|
|
"agent": 9200,
|
|
"extension": 9300
|
|
},
|
|
"directories": {
|
|
"resources": "./resources",
|
|
"execution": "./out"
|
|
},
|
|
"flags": {
|
|
"allow_remote_in_mcp": false
|
|
},
|
|
"instance": {
|
|
"client_id": "test-install-123",
|
|
"install_id": "test-client-456",
|
|
"browseros_version": "",
|
|
"chromium_version": ""
|
|
}
|
|
}
|