AWS bedrock-agentcore documentation change
Summary
Added a new step to choose a source type (synchronize from endpoint or manual) when creating a registry record, and renumbered subsequent steps accordingly.
Security assessment
The change introduces a new workflow option to synchronize records from an external endpoint (MCP server or Agent endpoint) which involves providing an endpoint URL and optional credentials. While this could have security implications (exposing credentials or connecting to external systems), the change itself is a feature addition and documentation restructuring without any explicit mention of security fixes, vulnerabilities, or security-specific features. The documentation update appears to be routine feature enhancement.
Diff
diff --git a/bedrock-agentcore/latest/devguide/registry-get-started.md b/bedrock-agentcore/latest/devguide/registry-get-started.md index 72952bfa7..97d9740d7 100644 --- a//bedrock-agentcore/latest/devguide/registry-get-started.md +++ b//bedrock-agentcore/latest/devguide/registry-get-started.md @@ -134 +134 @@ A registry record represents an agent, tool, skill, or custom resource. - 4. In the **Record details** section, for **Name** , enter a name for the record. The name must start with an alphanumeric character. Valid characters are a–z, A–Z, 0–9, `_` (underscore), `-` (hyphen), `.` (period), and `/` (forward slash). The name can have up to 255 characters. + 4. Choose a source type: @@ -136 +136 @@ A registry record represents an agent, tool, skill, or custom resource. - 5. (Optional) For **Description** , enter a description for the record. The description can be 1 to 4,096 characters. + 1. **Synchronize from endpoint** — Provide an endpoint URL and optional credentials to fetch metadata from an MCP server or Agent (A2A) endpoint. See [Synchronize records from external sources](./registry-sync-records.html) for details. @@ -138 +138 @@ A registry record represents an agent, tool, skill, or custom resource. - 6. For **Record version** , enter a version identifier for the record (for example, `1.0.0` or `v2.1` ). + 2. **Manual** — Manually configure the record details and protocol configuration. Continue with the steps below. @@ -140 +140,7 @@ A registry record represents an agent, tool, skill, or custom resource. - 7. In the **Record type** section, choose the type that matches your resource: + 5. In the **Record details** section, for **Name** , enter a name for the record. The name must start with an alphanumeric character. Valid characters are a–z, A–Z, 0–9, `_` (underscore), `-` (hyphen), `.` (period), and `/` (forward slash). The name can have up to 255 characters. + + 6. (Optional) For **Description** , enter a description for the record. The description can be 1 to 4,096 characters. + + 7. For **Record version** , enter a version identifier for the record (for example, `1.0.0` or `v2.1` ). + + 8. In the **Record type** section, choose the type that matches your resource: @@ -158 +164 @@ A registry record represents an agent, tool, skill, or custom resource. - 8. Choose **Create record**. + 9. Choose **Create record**.