feat(bedrockagentcore): add MCP session timeout and response streaming to Gateway #38341
Open
mazyu36 wants to merge 1 commit into
Open
feat(bedrockagentcore): add MCP session timeout and response streaming to Gateway #38341mazyu36 wants to merge 1 commit into
mazyu36 wants to merge 1 commit into
Conversation
Contributor
|
👋 It looks like your PR description follows the template but is missing a valid issue number in the first section. PRs without a linked issue will receive lower priority for review and merging. Please update the description to include a reference like |
mazyu36
force-pushed
the
feat/bedrockagentcore-gateway-mcp-session-streaming
branch
from
July 18, 2026 12:28
78522bc to
4faea87
Compare
mazyu36
force-pushed
the
feat/bedrockagentcore-gateway-mcp-session-streaming
branch
from
July 18, 2026 12:52
4faea87 to
ecb773a
Compare
mazyu36
force-pushed
the
feat/bedrockagentcore-gateway-mcp-session-streaming
branch
from
July 18, 2026 12:55
ecb773a to
b618ff0
Compare
mazyu36
marked this pull request as ready for review
July 18, 2026 22:53
aws-cdk-automation
temporarily deployed
to
automation
July 19, 2026 00:41 — with
GitHub Actions
Inactive
aws-cdk-automation
temporarily deployed
to
automation
July 19, 2026 00:42 — with
GitHub Actions
Inactive
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.
Issue # (if applicable)
N/A
Reason for this change
The L1
CfnGateway.MCPGatewayConfigurationPropertysupportsSessionConfigurationandStreamingConfiguration, but the L2McpConfigurationdoesn't expose either — a coveragegap between L1 and L2.
Description of changes
sessionTimeout?: DurationandenableResponseStreaming?: booleantoMcpConfiguration,rendered into the matching CFN properties when set (omitted otherwise, backwards compatible).
sessionTimeoutagainst CloudFormation's documented bounds (900–28800s), Token-aware.Describe any new or updated permissions being added
None.
Description of how you validated changes
Unit tests (rendering, defaults, boundary/range validation) and a new integration test,
verified end-to-end with a real deployment.
Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license