Skip to content

Release 2026.04.22

Latest

Choose a tag to compare

@github-actions github-actions released this 22 Apr 10:07
· 2 commits to main since this release

vCon MCP Server Release 2026.04.22

Version Info

  • CalVer: 2026.04.22
  • Git Commit: 678d374
  • Build Time: 2026-04-22T10:06:44Z

Docker Images

Pull the image using any of these tags:

# CalVer version (recommended for production)
docker pull public.ecr.aws/r4g1k2s3/vcon-dev/vcon-mcp:2026.04.22

# Git commit hash (for specific builds)
docker pull public.ecr.aws/r4g1k2s3/vcon-dev/vcon-mcp:678d374

# Latest (always points to newest main branch build)
docker pull public.ecr.aws/r4g1k2s3/vcon-dev/vcon-mcp:latest

Usage

docker run -p 3000:3000 \
  -e SUPABASE_URL=your-supabase-url \
  -e SUPABASE_SERVICE_ROLE_KEY=your-service-role-key \
  -e MCP_HTTP_STATELESS=true \
  public.ecr.aws/r4g1k2s3/vcon-dev/vcon-mcp:2026.04.22

Verify Version

# Via health endpoint
curl http://localhost:3000/api/v1/health

# Via version endpoint
curl http://localhost:3000/api/v1/version