refactor: align repo layout and logging safeguards

This commit is contained in:
qzl
2026-01-29 17:02:09 +08:00
parent 6af0989fe7
commit c2e65fa157
56 changed files with 1881 additions and 890 deletions
+12
View File
@@ -6,6 +6,18 @@
},
"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
}
}
}