AWS bedrock-agentcore documentation change
Summary
Added 'built-in connectors to tools' to MCP target types list and created new Integrations/Connectors documentation sections
Security assessment
The changes only expand the list of supported MCP target types and add descriptive sections about Integrations/Connectors functionality. No security vulnerabilities, configurations, or features are mentioned or addressed in the modifications.
Diff
diff --git a/bedrock-agentcore/latest/devguide/gateway-core-concepts.md b/bedrock-agentcore/latest/devguide/gateway-core-concepts.md index 24776ac9c..4c93e8381 100644 --- a//bedrock-agentcore/latest/devguide/gateway-core-concepts.md +++ b//bedrock-agentcore/latest/devguide/gateway-core-concepts.md @@ -42 +42 @@ Gateway supports two categories of targets: -MCP targets operate in aggregation mode. The gateway combines the capabilities of all MCP targets into a single unified virtual MCP server. Clients see one consolidated `tools/list` response that includes tools from all attached MCP targets. MCP targets support capability synchronization, semantic tool search, and three-legged OAuth (3LO) at the target level. MCP target types include Lambda functions, API Gateway REST APIs, OpenAPI specifications, Smithy models, MCP servers, and built-in integration provider templates. +MCP targets operate in aggregation mode. The gateway combines the capabilities of all MCP targets into a single unified virtual MCP server. Clients see one consolidated `tools/list` response that includes tools from all attached MCP targets. MCP targets support capability synchronization, semantic tool search, and three-legged OAuth (3LO) at the target level. MCP target types include Lambda functions, API Gateway REST APIs, OpenAPI specifications, Smithy models, MCP servers, built-in integration provider templates and built-in connectors to tools. @@ -72,0 +73,10 @@ Use remote MCP servers to connect tools, prompts, and resources to your agent ru +**Integrations** + + +Use pre-configured templates from integration providers. + +**Connectors** + + +Use built-in connectors to tools. +