AWS Security ChangesHomeSearch

AWS bedrock-agentcore documentation change

Service: bedrock-agentcore · 2026-04-10 · Documentation low

File: bedrock-agentcore/latest/devguide/mcp-stateful-features.md

Summary

Formatting changes to headings and notes (changing some headings from markdown level 6 to bold text, renaming a section header to 'Note', and typographical apostrophe changes).

Security assessment

The changes are entirely related to documentation formatting and typography. There is no introduction, modification, or removal of security-related content. The changes do not address security vulnerabilities, security features, or security configurations.

Diff

diff --git a/bedrock-agentcore/latest/devguide/mcp-stateful-features.md b/bedrock-agentcore/latest/devguide/mcp-stateful-features.md
index fb1f9b0f5..394b8efcd 100644
--- a//bedrock-agentcore/latest/devguide/mcp-stateful-features.md
+++ b//bedrock-agentcore/latest/devguide/mcp-stateful-features.md
@@ -47 +47 @@ Progress notifications keep clients informed about long-running operations. Use
-###### Stateful mode required
+###### Note
@@ -51 +51 @@ Features like elicitation, sampling, and progress notifications require stateful
-###### Session management
+**Session management**
@@ -57 +57 @@ In stateful mode, the server returns an `Mcp-Session-Id` header during the initi
-###### To set up the project
+**To set up the project**
@@ -328 +327 @@ Create a file called `travel_server.py` with the following code. This travel boo
-###### To start the server
+**To start the server**
@@ -484 +478 @@ Create a file called `test_client.py` with the following code. This client tests
-###### To run the local test
+**To run the local test**
@@ -497 +491 @@ Create a file called `test_client.py` with the following code. This client tests
-###### To configure and deploy
+**To configure and deploy**
@@ -499 +493 @@ Create a file called `test_client.py` with the following code. This client tests
-  1. Install the AgentCore CLI if you haven't already:
+  1. Install the AgentCore CLI if you haven’t already:
@@ -518 +512 @@ After deployment completes, note the agent ARN provided in the output.
-###### To test the deployed agent
+**To test the deployed agent**
@@ -642 +636 @@ Replace the placeholders with your actual agent ARN and bearer token.
-###### Testing with MCP Inspector
+###### Tip