yesod-mirror/.gemini/settings.json

26 lines
397 B
JSON
Raw Permalink Normal View History

{
"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
}
}