debug: add pointCode fallback and console log
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"$schema": "https://opencode.ai/config.json",
|
||||
"plugin": ["superpowers@git+https://github.com/obra/superpowers.git"],
|
||||
"mcp": {
|
||||
"docauditai": {
|
||||
"type": "local",
|
||||
"command": [
|
||||
"npx",
|
||||
"@henkey/postgres-mcp-server",
|
||||
"--connection-string"
|
||||
]
|
||||
},
|
||||
"postgres-db": {
|
||||
"type": "local",
|
||||
"command": [
|
||||
"npx",
|
||||
"@henkey/postgres-mcp-server",
|
||||
"--connection-string",
|
||||
"postgresql://docauditai_admin:zhfw*123*@nas.7bm.co:54302/docauditai"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user