Files
bw-copilot-resources/config/mcp/local-overrides.example.jsonc

17 lines
435 B
JSON

{
// Copy this file to .local/mcp.local.jsonc and replace the placeholder values.
// The generated Gitea server is omitted unless enabled is true and both values are set.
"servers": {
"playwright": {
"enabled": true
},
"filesystem": {
"enabled": true
},
"gitea": {
"enabled": false,
"serverUrl": "https://git.example.com",
"token": "replace-with-a-local-access-token"
}
}
}