mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-22 15:51:18 -07:00
3520f33a80
Co-authored-by: Gaurav Ghosh <gaghosh@google.com> Co-authored-by: Gaurav <39389231+gsquared94@users.noreply.github.com>
23 lines
745 B
JSON
23 lines
745 B
JSON
{
|
|
"description": "Explicitly promoted tools from chrome-devtools-mcp for the gemini-cli browser agent.",
|
|
"targetVersion": "0.19.0",
|
|
"exclude": [
|
|
{
|
|
"name": "lighthouse",
|
|
"reason": "3.5 MB pre-built bundle — not needed for gemini-cli browser agent's core tasks."
|
|
},
|
|
{
|
|
"name": "performance",
|
|
"reason": "Depends on chrome-devtools-frontend TraceEngine (~800 KB) — not needed for core tasks."
|
|
},
|
|
{
|
|
"name": "screencast",
|
|
"reason": "Requires ffmpeg at runtime — not a common browser agent use case and adds external dependency."
|
|
},
|
|
{
|
|
"name": "extensions",
|
|
"reason": "Extension management not relevant for the gemini-cli browser agent's current scope."
|
|
}
|
|
]
|
|
}
|