diff --git a/scripts/mcp-image-up.sh b/scripts/mcp-image-up.sh index 934a4e6a..d5636a8f 100755 --- a/scripts/mcp-image-up.sh +++ b/scripts/mcp-image-up.sh @@ -5,6 +5,8 @@ IMAGE="memoh-mcp:dev" if [ "$(uname -s)" = "Darwin" ]; then limactl shell default -- nerdctl build -f cmd/mcp/Dockerfile -t "$IMAGE" . + # Import into rootful containerd so the Go agent can find the image + limactl shell default -- sh -c "nerdctl save $IMAGE | sudo nerdctl load" exit $? fi