Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/en/DEPLOY_OPTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -687,6 +687,11 @@ This is a use case for integrating with agents created in AgentCore. (Experiment

Enabling `createGenericAgentCoreRuntime` will deploy the default AgentCore Runtime.
By default, it is deployed to the `modelRegion`, but you can override this by specifying `agentCoreRegion`.
The default agents available in AgentCore can utilize MCP servers defined in [mcp.json](../../packages/cdk/lambda-python/generic-agent-core-runtime/mcp.json).
The MCP servers defined by default are AWS-related MCP servers and MCP servers related to current time.
For details, please refer to the documentation [here](https://awslabs.github.io/mcp/).
When adding MCP servers, please add them to the aforementioned `mcp.json`.
However, MCP servers that start with methods other than `uvx` require development work such as rewriting the Dockerfile.

With `agentCoreExternalRuntimes`, you can use externally created AgentCore Runtimes.

Expand Down
5 changes: 5 additions & 0 deletions docs/ja/DEPLOY_OPTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -702,6 +702,11 @@ AgentCore で作成したエージェントと連携するユースケースで

`createGenericAgentCoreRuntime` を有効化するとデフォルトの AgentCore Runtime がデプロイされます。
デフォルトでは `modelRegion` にデプロイされますが、`agentCoreRegion` を指定し上書きすることが可能です。
AgentCore で使用できるデフォルトのエージェントは、[mcp.json](../../packages/cdk/lambda-python/generic-agent-core-runtime/mcp.json) で定義する MCP サーバーを利用することができます。
デフォルトで定義されている MCP サーバーは、AWS に関連する MCP サーバー及び、現在時刻に関連する MCP サーバーです。
詳細は[こちら](https://awslabs.github.io/mcp/)のドキュメントをご参照ください。
MCP サーバーを追加する場合は上述の `mcp.json` に追記してください。
ただし、`uvx` 以外で起動する MCP サーバーは Dockefile の書き換え等開発が必要です。

`agentCoreExternalRuntimes` で外部で作成した AgentCore Runtime を利用することが可能です。

Expand Down