You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: marketplace-revision-release.json
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -43,9 +43,9 @@
43
43
"Description": "MCP protocol transport mode. Supported values are \"http\" or \"stdio\", however Bedrock Agentcore only supports \"http\" (reference https://docs.aws.amazon.com/marketplace/latest/userguide/bedrock-agentcore-runtime.html#agentcore-container-requirements)."
44
44
},
45
45
{
46
-
"DefaultValue": "8080",
46
+
"DefaultValue": "8000",
47
47
"Name": "BRAVE_MCP_PORT",
48
-
"Description": "HTTP server port (default: 8080). Mandatory port for Bedrock Agentcore is 8080 (reference https://docs.aws.amazon.com/marketplace/latest/userguide/bedrock-agentcore-runtime.html#agentcore-container-requirements)."
48
+
"Description": "HTTP server port (default: 8000). Mandatory port for Bedrock Agentcore is 8000 (reference https://docs.aws.amazon.com/marketplace/latest/userguide/bedrock-agentcore-runtime.html#agentcore-container-requirements)."
49
49
},
50
50
{
51
51
"DefaultValue": "0.0.0.0",
@@ -64,6 +64,11 @@
64
64
{
65
65
"Name": "BRAVE_MCP_DISABLED_TOOLS",
66
66
"Description": "*Optional* When used, specifies a blacklist for supported tools"
67
+
},
68
+
{
69
+
"DefaultValue": "true",
70
+
"Name": "BRAVE_MCP_STATELESS",
71
+
"Description": "Sets HTTP Stateless mode (default: true). When deploying on Bedrock Agentcore, this should be set to true."
0 commit comments