You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: update image name for mcp server in semantic release and Tiltfile (#82)
This pull request updates the naming convention for the MCP server
Docker image to ensure consistency across the deployment workflow and
local development configuration.
**Docker image naming consistency:**
* Changed the MCP server Docker image name from `rag-mcp` to
`mcp-server` in the GitHub Actions workflow file
`.github/workflows/semantic-release.yml` to match the actual service
name.
* Updated the `Tiltfile` to use `mcp-server` as the image name for the
MCP server, aligning it with the registry and Helm chart expectations.
fixes the following issue:
#81
0 commit comments