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
## 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
- Fix repo URL: opsmill/infrahub-mcp (not infrahub-mcp-server)
- Clone default branch when INFRAHUB_MCP_VERSION is not set
- Remove INFRAHUB_API_TOKEN from ENV to avoid Docker secrets warning
- Rewrite comments in English
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
What changed
Fixes the build failure caused by wrong upstream repo URL and missing default branch.
Dockerfile
opsmill/infrahub-mcp(wasopsmill/infrahub-mcp-server)--branchwhenINFRAHUB_MCP_VERSIONis unset, so the upstream default branch is used automaticallyENV INFRAHUB_API_TOKEN=""— the token should be passed at runtime via-e, not baked into the imageREADME
INFRAHUB_API_TOKENis required at runtime