Skip to content

Releases: aws-solutions-library-samples/guidance-for-deploying-model-context-protocol-servers-on-aws

2.0.0

26 Aug 21:32

Choose a tag to compare

[2.0.0] - 2025-08-25

BREAKING CHANGE: Migrate to 2025-06-18 MCP specification

Implement OAuth 2.0 Protected Resource Metadata (RFC9728)
Replace SSE transport with StreamableHTTP transport
Add stateless server architecture for concurrent client support
Remove Dynamic Client Registration (DCR) - clients must be pre-configured
Restructure project to source/cdk/ecs-and-lambda/ for better organization
Add sample Python MCP client with interactive CLI
Implement four-stack CDK deployment (VPC, Security, CloudFront WAF, MCP Server)
Add Lambda-based MCP server deployment option
Remove DynamoDB token storage - now using stateless authentication

1.0.0

26 Aug 03:15
42361bd

Choose a tag to compare

[1.0.0] - 2025-05-06

  • Initial release
  • Basic OAuth flow implementation
  • Support for weather sample servers