docker pull ghcr.io/kryptosai/mcp-seatbelt:latestdocker run -p 9420:9420 -p 9421:9421 \
-v $(pwd)/.mcp-seatbelt:/app/.mcp-seatbelt \
ghcr.io/kryptosai/mcp-seatbelt:latest proxynpm run build
docker build -t mcp-seatbelt:local .
docker run -p 9420:9420 -p 9421:9421 \
-v $(pwd)/.mcp-seatbelt:/app/.mcp-seatbelt \
mcp-seatbelt:local proxylatest— latest releasev0.3.0— version-pinned
ghcr.io/kryptosai/mcp-seatbelt