24 lines
565 B
JSON
24 lines
565 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"mcp": {
|
|
"chrome-devtools": {
|
|
"enabled": false
|
|
},
|
|
"zai-mcp-server": {
|
|
"enabled": false
|
|
},
|
|
"postgres_dev": {
|
|
"type": "local",
|
|
"command": [
|
|
"docker",
|
|
"run",
|
|
"-i",
|
|
"--rm",
|
|
"mcp/postgres",
|
|
"postgresql://supabase:${POSTGRES_PASSWORD}@host.docker.internal:54322/linksy"
|
|
],
|
|
"enabled": true
|
|
}
|
|
}
|
|
}
|