don't use uv, debian not ready for that
This commit is contained in:
parent
c39b393503
commit
1e3202c869
@ -10,7 +10,7 @@ mcpServers:
|
||||
headers:
|
||||
Authorization: !ENV ${HOMEASSISTANT_TOKEN}
|
||||
postgres:
|
||||
command: "uv"
|
||||
args: ["run", "postgres-mcp", "--access-mode=unrestricted"]
|
||||
command: "postgres-mcp"
|
||||
args: ["--access-mode=unrestricted"]
|
||||
env:
|
||||
"DATABASE_URI": !ENV ${POSTGRES_URI}
|
Loading…
x
Reference in New Issue
Block a user