From 1e3202c8698dfb9ba10386acc0c917eb0bf3fbe6 Mon Sep 17 00:00:00 2001 From: armistace Date: Mon, 28 Jul 2025 15:18:01 +1000 Subject: [PATCH] don't use uv, debian not ready for that --- mcpo_config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mcpo_config.yaml b/mcpo_config.yaml index 424a619..f1330cf 100644 --- a/mcpo_config.yaml +++ b/mcpo_config.yaml @@ -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} \ No newline at end of file