Commit Graph

4 Commits

Author SHA1 Message Date
755423cf4e fix: correct infrahub-mcp Dockerfile and README (#7)
All checks were successful
Build and Push Docker Images / build (push) Successful in 56s
## What changed

Fixes the build failure caused by wrong upstream repo URL and missing default branch.

### Dockerfile
- **Repo URL**: `opsmill/infrahub-mcp` (was `opsmill/infrahub-mcp-server`)
- **Default branch**: clone without `--branch` when `INFRAHUB_MCP_VERSION` is unset, so the upstream default branch is used automatically
- **Secrets warning**: removed `ENV INFRAHUB_API_TOKEN=""` — the token should be passed at runtime via `-e`, not baked into the image
- **Comments**: rewritten in English

### README
- Fixed upstream repo link
- Clarified that `INFRAHUB_API_TOKEN` is required at runtime

Reviewed-on: #7
2026-03-15 10:28:04 +00:00
9a007ddf69 docs: rewrite README in English 2026-03-15 10:06:30 +00:00
b992e57560 docs: add README for infrahub-mcp image 2026-03-15 09:37:58 +00:00
10ed48d24d feat: add infrahub-mcp Dockerfile
Packages the OpsMill infrahub-mcp-server into a Docker container
running fastmcp in SSE mode on port 8001.
2026-03-15 09:37:46 +00:00