AWS Security ChangesHomeSearch

AWS bedrock-agentcore medium security documentation change

Service: bedrock-agentcore · 2025-10-25 · Security-related medium

File: bedrock-agentcore/latest/devguide/gateway-agent-integration.md

Summary

Removed section about Q Dev CLI integration including MCP protocol configuration commands

Security assessment

Removal of authentication token configuration documentation could indicate deprecation of insecure integration method. Eliminates guidance that might have exposed credentials if misconfigured.

Diff

diff --git a/bedrock-agentcore/latest/devguide/gateway-agent-integration.md b/bedrock-agentcore/latest/devguide/gateway-agent-integration.md
index 1656d1b74..f33eae68c 100644
--- a//bedrock-agentcore/latest/devguide/gateway-agent-integration.md
+++ b//bedrock-agentcore/latest/devguide/gateway-agent-integration.md
@@ -121,11 +120,0 @@ Claude Code
-Q Dev CLI
-    
-
-Integration with Q Dev CLI is available through MCP protocol support.
-    
-    
-    # Configure Q Dev CLI to use your gateway
-    q config set mcp-server-url https://${GatewayId}.gateway.bedrock-agentcore.${Region}.amazonaws.com/mcp
-    q config set mcp-auth-token ${AccessToken}
-              
-