From a6518f8cfa6bf56998102c067fa449af287a37c1 Mon Sep 17 00:00:00 2001 From: Damien Arnodo Date: Sun, 15 Mar 2026 10:27:11 +0000 Subject: [PATCH] docs: fix upstream repo URL and token docs in README --- images/infrahub-mcp/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/images/infrahub-mcp/README.md b/images/infrahub-mcp/README.md index c9b7211..31f1be9 100644 --- a/images/infrahub-mcp/README.md +++ b/images/infrahub-mcp/README.md @@ -1,16 +1,16 @@ # infrahub-mcp -Docker image for the Infrahub MCP server ([OpsMill](https://github.com/opsmill/infrahub-mcp-server)). +Docker image for the Infrahub MCP server ([OpsMill](https://github.com/opsmill/infrahub-mcp)). -Packages the infrahub-mcp-server into a ready-to-use container, -running the server in SSE mode on port 8001. +Packages the infrahub-mcp server into a ready-to-use container, +running in SSE mode on port 8001. ## Environment variables | Variable | Description | Default | |----------------------|----------------------------------|--------------------------| | `INFRAHUB_ADDRESS` | Infrahub instance URL | `http://localhost:8000` | -| `INFRAHUB_API_TOKEN` | Infrahub API token | (empty) | +| `INFRAHUB_API_TOKEN` | Infrahub API token | *(required at runtime)* | | `MCP_HOST` | Listen address | `0.0.0.0` | | `MCP_PORT` | Listen port | `8001` |