feat(mcp): add Docker Compose deployment with HTTP/SSE transport#27
Open
Ntrakiyski wants to merge 1 commit intodadbodgeoff:mainfrom
Open
feat(mcp): add Docker Compose deployment with HTTP/SSE transport#27Ntrakiyski wants to merge 1 commit intodadbodgeoff:mainfrom
Ntrakiyski wants to merge 1 commit intodadbodgeoff:mainfrom
Conversation
Add containerized deployment support for the MCP server: - HTTP server wrapper using SSE transport for MCP communication - Multi-stage Dockerfile for optimized production builds - Docker Compose configuration with volume mounts and health checks - Environment configuration with .env.example template Endpoints: - GET /health - Health check - GET /sse - SSE endpoint for MCP protocol - POST /message - Send MCP messages https://claude.ai/code/session_01WMmbBEX3pDA3y1WkvHxp9Y
dadbodgeoff
pushed a commit
that referenced
this pull request
Jan 26, 2026
Add containerized deployment support for the MCP server: - HTTP server wrapper using SSE transport for MCP communication - Multi-stage Dockerfile for optimized production builds - Docker Compose configuration with volume mounts and health checks - Environment configuration with .env.example template Endpoints: - GET /health - Health check - GET /sse - SSE endpoint for MCP protocol - POST /message - Send MCP messages Based on PR #27 by @Ntrakiyski with style adjustments: - Wrapped in main() function pattern for consistency - Use console.error for server logs (stderr) - Added tsconfig.base.json to Dockerfile - Used SERVER_VERSION constant Co-authored-by: Ntrakiyski <ntrakiyski@users.noreply.github.com>
Owner
|
Hi! Thank you so much for thinking of this and contirbuting to drift! I had to make some minor changes to this so it would fit and be universal for all but it s now live and working and ive added proper contriubtion to the project! You were the first to do so and it means so much to me. Thanks for using drift and taking the time to build something useful for everyone! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add containerized deployment support for the MCP server:
Endpoints:
https://claude.ai/code/session_01WMmbBEX3pDA3y1WkvHxp9Y
Description
Brief description of what this PR does.
Type of Change
Related Issues
Fixes #(issue number)
How Has This Been Tested?
Describe the tests you ran to verify your changes.
pnpm test)pnpm lint)pnpm build)Checklist
Screenshots (if applicable)
Add screenshots to help explain your changes.
Additional Notes
Any additional information reviewers should know.