Compare commits

..

No commits in common. "73f2510c0491b4b323ae639a50d93c78c12cda67" and "79909c91be767869cbb345ca42206c325922fbc0" have entirely different histories.

3 changed files with 0 additions and 7 deletions

View File

@ -39,7 +39,6 @@ jobs:
run: | run: |
echo "GITEA_TOKEN=${{ secrets.GITEAMCPTOKEN }}" > .env echo "GITEA_TOKEN=${{ secrets.GITEAMCPTOKEN }}" > .env
echo "HOMEASSISTANT_TOKEN=${{ secrets.HOMEASSISTANTMCPTOKEN }}" >> .env echo "HOMEASSISTANT_TOKEN=${{ secrets.HOMEASSISTANTMCPTOKEN }}" >> .env
echo "POSTGRES_URI"=${{ secrets.POSTGRES_URI }}" >> .env
- name: Build and push - name: Build and push
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5

View File

@ -9,8 +9,3 @@ mcpServers:
url: "https://homeassistant.aridgwayweb.com/mcp_server/sse" url: "https://homeassistant.aridgwayweb.com/mcp_server/sse"
headers: headers:
Authorization: !ENV ${HOMEASSISTANT_TOKEN} Authorization: !ENV ${HOMEASSISTANT_TOKEN}
postgres:
command: "postgres-mcp"
args: ["--access-mode=unrestricted"]
env:
"DATABASE_URI": !ENV ${POSTGRES_URI}

View File

@ -2,4 +2,3 @@ mcpo
pyyaml pyyaml
python-dotenv python-dotenv
pyaml_env pyaml_env
postgres-mcp