Skip to content

Conversation

@IBJunior
Copy link
Member

All generated MCP server projects now include production-ready Docker configuration:

  • Dockerfile - Multi-stage build with Node 20 Alpine
  • .dockerignore - Optimized for lean images
  • Health endpoint - GET /health for container orchestration

Docker commands adapt to the selected package manager (npm/pnpm/yarn).

docker build -t my-server .
docker run -p 3000:3000 my-server

@IBJunior IBJunior merged commit c08d004 into main Jan 22, 2026
2 checks passed
@IBJunior IBJunior deleted the feat/dockerfile branch January 22, 2026 18:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants