26 lines
397 B
JSON
26 lines
397 B
JSON
|
|
{
|
||
|
|
"context": {
|
||
|
|
"includeDirectories": [
|
||
|
|
"~/.gemini/tmp/",
|
||
|
|
"~/.cache/bazel/"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"general": {
|
||
|
|
"preferredEditor": "vim"
|
||
|
|
},
|
||
|
|
"mcpServers": {
|
||
|
|
"playwright": {
|
||
|
|
"command": "npx",
|
||
|
|
"args": [
|
||
|
|
"@playwright/mcp@latest"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"telemetry": {
|
||
|
|
"enabled": true,
|
||
|
|
"target": "local",
|
||
|
|
"otlpEndpoint": "",
|
||
|
|
"logPrompts": true
|
||
|
|
}
|
||
|
|
}
|