Skip to content

Releases: vcon-dev/vcon-mcp

Release 2026.04.17

17 Apr 12:31

Choose a tag to compare

vCon MCP Server Release 2026.04.17

Version Info

  • CalVer: 2026.04.17
  • Git Commit: 4ec1482
  • Build Time: 2026-04-17T12:30:16Z

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.17

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

# 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.17

Verify Version

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

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

Release 2026.04.16

16 Apr 14:44

Choose a tag to compare

vCon MCP Server Release 2026.04.16

Version Info

  • CalVer: 2026.04.16
  • Git Commit: 05fd245
  • Build Time: 2026-04-16T14:42:11Z

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.16

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

# 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.16

Verify Version

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

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

Release 2026.04.15

15 Apr 02:51
7a5906f

Choose a tag to compare

vCon MCP Server Release 2026.04.15

Version Info

  • CalVer: 2026.04.15
  • Git Commit: 7a5906f
  • Build Time: 2026-04-15T02:50:17Z

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.15

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

# 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.15

Verify Version

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

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

Release 2026.04.14

14 Apr 17:01
4cc1dd3

Choose a tag to compare

vCon MCP Server Release 2026.04.14

Version Info

  • CalVer: 2026.04.14
  • Git Commit: 4cc1dd3
  • Build Time: 2026-04-14T16:58:59Z

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.14

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

# 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.14

Verify Version

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

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

Release 2026.03.26

26 Mar 04:34
701ff08

Choose a tag to compare

vCon MCP Server Release 2026.03.26

Version Info

  • CalVer: 2026.03.26
  • Git Commit: 701ff08
  • Build Time: 2026-03-26T04:33:45Z

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.03.26

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

# 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.03.26

Verify Version

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

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

Release 2026.03.23

23 Mar 05:37
a9b6285

Choose a tag to compare

vCon MCP Server Release 2026.03.23

Version Info

  • CalVer: 2026.03.23
  • Git Commit: a9b6285
  • Build Time: 2026-03-23T05:35:27Z

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.03.23

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

# 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.03.23

Verify Version

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

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

Release 2026.03.10

10 Mar 03:29
fe08090

Choose a tag to compare

vCon MCP Server Release 2026.03.10

Version Info

  • CalVer: 2026.03.10
  • Git Commit: fe08090
  • Build Time: 2026-03-10T03:27:55Z

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.03.10

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

# 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.03.10

Verify Version

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

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

Release 2026.03.09

09 Mar 07:32
9182c9c

Choose a tag to compare

vCon MCP Server Release 2026.03.09

Version Info

  • CalVer: 2026.03.09
  • Git Commit: 9182c9c
  • Build Time: 2026-03-09T07:29:59Z

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.03.09

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

# 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.03.09

Verify Version

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

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

Release 2026.02.27

27 Feb 07:25

Choose a tag to compare

vCon MCP Server Release 2026.02.27

Version Info

  • CalVer: 2026.02.27
  • Git Commit: 452ef16
  • Build Time: 2026-02-27T07:24:43Z

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.02.27

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

# 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.02.27

Verify Version

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

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

Release 2026.02.20

20 Feb 07:15
15ae94b

Choose a tag to compare

vCon MCP Server Release 2026.02.20

Version Info

  • CalVer: 2026.02.20
  • Git Commit: 15ae94b
  • Build Time: 2026-02-20T07:13:32Z

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.02.20

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

# 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.02.20

Verify Version

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

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