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: docs/en/DEPLOY_OPTION.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -687,6 +687,11 @@ This is a use case for integrating with agents created in AgentCore. (Experiment
687
687
688
688
Enabling `createGenericAgentCoreRuntime` will deploy the default AgentCore Runtime.
689
689
By default, it is deployed to the `modelRegion`, but you can override this by specifying `agentCoreRegion`.
690
+
The default agents available in AgentCore can utilize MCP servers defined in [mcp.json](https://github.com/aws-samples/generative-ai-use-cases/blob/main/packages/cdk/lambda-python/generic-agent-core-runtime/mcp.json).
691
+
The MCP servers defined by default are AWS-related MCP servers and MCP servers related to current time.
692
+
For details, please refer to the documentation [here](https://awslabs.github.io/mcp/).
693
+
When adding MCP servers, please add them to the aforementioned `mcp.json`.
694
+
However, MCP servers that start with methods other than `uvx` require development work such as rewriting the Dockerfile.
690
695
691
696
With `agentCoreExternalRuntimes`, you can use externally created AgentCore Runtimes.
0 commit comments