chore: rename phat image to stdio-wrapper#6478
Conversation
There was a problem hiding this comment.
Pull request overview
Renames the default MCP container base image from phat to stdio-wrapper and updates related references across runtime defaults, tests, and documentation to keep deployments aligned with the new image naming/versioning.
Changes:
- Update MCP runtime defaults to use
ghcr.io/obot-platform/mcp-images/stdio-wrapper:v0.20.4and bump HTTP webhook converter default tov0.20.4. - Update Kubernetes backend tests to reference
stdio-wrapper:maininstead ofphat:main. - Update current and v0.20.0 versioned docs to reflect the new base image default (but see doc-version mismatches noted in comments).
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| pkg/mcp/loader.go | Switches default MCP base image to stdio-wrapper and bumps HTTP webhook base image tag. |
| pkg/mcp/kubernetes_test.go | Updates test fixtures to use stdio-wrapper:main. |
| docs/versioned_docs/version-v0.20.0/configuration/server-configuration.md | Updates documented default MCP base image (webhook default version still stale per comment). |
| docs/versioned_docs/version-v0.20.0/configuration/mcp-deployments-in-kubernetes.md | Updates documented default MCP image in Kubernetes deployments. |
| docs/docs/configuration/server-configuration.md | Updates documented default MCP base image (version mismatch + webhook default still stale per comment). |
| docs/docs/configuration/mcp-deployments-in-kubernetes.md | Updates documented default MCP image in Kubernetes deployments. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
EntelligenceAI PR SummaryRenames the MCP base container image from
Confidence Score: 5/5 - Safe to MergeSafe to merge — this is a straightforward rename of the MCP base container image from Key Findings:
Files requiring special attention
|
Signed-off-by: Donnie Adams <donnie@obot.ai>
b8605d1 to
1919e5a
Compare
No description provided.