Description
Should set up a GitHub Actions workflow that automatically builds and publishes the MCP server as a Docker image to GHCR on each push to main or version tags.
Sub Tasks
• Create .github/workflows/docker-build.yml
• Configure Docker login using secrets
• Set up image build and push on main/tag push
• Update README with Docker usage instructions
Description
Should set up a GitHub Actions workflow that automatically builds and publishes the MCP server as a Docker image to GHCR on each push to main or version tags.
Sub Tasks
• Create .github/workflows/docker-build.yml
• Configure Docker login using secrets
• Set up image build and push on main/tag push
• Update README with Docker usage instructions