Skip to content

Commit 0d24d48

Browse files
committed
feat: update PostgreSQL MCP schema to use DATABASE_URL environment variable
1 parent c81c490 commit 0d24d48

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

code_assistant_manager/mcp/registry/servers/postgresql.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,7 @@
3434
"-y",
3535
"@modelcontextprotocol/server-postgres",
3636
"${DATABASE_URL}"
37-
],
38-
"env": {
39-
"DATABASE_URL": "${DATABASE_URL}"
40-
}
37+
]
4138
},
4239
"docker": {
4340
"type": "docker",
@@ -50,10 +47,7 @@
5047
"DATABASE_URL",
5148
"mcp/postgres",
5249
"${DATABASE_URL}"
53-
],
54-
"env": {
55-
"DATABASE_URL": "${DATABASE_URL}"
56-
}
50+
]
5751
}
5852
},
5953
"tools": [

0 commit comments

Comments
 (0)