Skip to content

Comments

Rename Mcp.Lambda to Mcp.Remote and convert from Lambda to ECS Fargate#2683

Merged
Mpdreamz merged 5 commits intomainfrom
fix/change-mcp
Feb 12, 2026
Merged

Rename Mcp.Lambda to Mcp.Remote and convert from Lambda to ECS Fargate#2683
Mpdreamz merged 5 commits intomainfrom
fix/change-mcp

Conversation

@Mpdreamz
Copy link
Member

Remove AWS Lambda hosting dependencies and configure as a standalone
Kestrel web server for ECS Fargate deployment. Add health check endpoints
(/health, /alive) for rolling deploys. Rename project, namespaces, and
all references from Mcp.Lambda to Mcp.Remote. Remove erroneous
build-mcp-lambda CI workflow reference.

Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com

Remove AWS Lambda hosting dependencies and configure as a standalone
Kestrel web server for ECS Fargate deployment. Add health check endpoints
(/health, /alive) for rolling deploys. Rename project, namespaces, and
all references from Mcp.Lambda to Mcp.Remote. Remove erroneous
build-mcp-lambda CI workflow reference.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@Mpdreamz Mpdreamz requested a review from a team as a code owner February 11, 2026 14:20
@Mpdreamz Mpdreamz requested a review from reakaleek February 11, 2026 14:20
@Mpdreamz Mpdreamz added the fix label Feb 11, 2026
@Mpdreamz Mpdreamz self-assigned this Feb 11, 2026
_ = app.MapHealthChecks("/health");
_ = app.MapHealthChecks("/alive", new HealthCheckOptions { Predicate = r => r.Tags.Contains("live") });

_ = app.MapMcp();
Copy link
Member

@reakaleek reakaleek Feb 11, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure how this works exactly..

but from my understanding we need to handle the path /docs/_mcp.

because the cloudfront behaviour will add this path to the request.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch! updated!

Mpdreamz and others added 3 commits February 11, 2026 15:34
CloudFront forwards requests with the full path to the ECS origin,
so the app must register its routes under the /docs/_mcp prefix.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@Mpdreamz Mpdreamz merged commit f1ffbf6 into main Feb 12, 2026
30 checks passed
@Mpdreamz Mpdreamz deleted the fix/change-mcp branch February 12, 2026 07:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants