Compare commits
No commits in common. "73f2510c0491b4b323ae639a50d93c78c12cda67" and "79909c91be767869cbb345ca42206c325922fbc0" have entirely different histories.
73f2510c04
...
79909c91be
@ -39,7 +39,6 @@ jobs:
|
||||
run: |
|
||||
echo "GITEA_TOKEN=${{ secrets.GITEAMCPTOKEN }}" > .env
|
||||
echo "HOMEASSISTANT_TOKEN=${{ secrets.HOMEASSISTANTMCPTOKEN }}" >> .env
|
||||
echo "POSTGRES_URI"=${{ secrets.POSTGRES_URI }}" >> .env
|
||||
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v5
|
||||
|
@ -9,8 +9,3 @@ mcpServers:
|
||||
url: "https://homeassistant.aridgwayweb.com/mcp_server/sse"
|
||||
headers:
|
||||
Authorization: !ENV ${HOMEASSISTANT_TOKEN}
|
||||
postgres:
|
||||
command: "postgres-mcp"
|
||||
args: ["--access-mode=unrestricted"]
|
||||
env:
|
||||
"DATABASE_URI": !ENV ${POSTGRES_URI}
|
@ -2,4 +2,3 @@ mcpo
|
||||
pyyaml
|
||||
python-dotenv
|
||||
pyaml_env
|
||||
postgres-mcp
|
Loading…
x
Reference in New Issue
Block a user