Merge pull request 'postgres_mcp' (#2) from postgres_mcp into master
Some checks failed
Build and Push Image / Build and push image (push) Failing after 1m0s
Some checks failed
Build and Push Image / Build and push image (push) Failing after 1m0s
Reviewed-on: #2
This commit is contained in:
commit
73f2510c04
@ -39,6 +39,7 @@ 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,3 +9,8 @@ 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,3 +2,4 @@ mcpo
|
||||
pyyaml
|
||||
python-dotenv
|
||||
pyaml_env
|
||||
postgres-mcp
|
Loading…
x
Reference in New Issue
Block a user