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