Skip to content

Commit d59b2b5

Browse files
authored
agentcore doc 追記 (#1228)
1 parent 56bb9c5 commit d59b2b5

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

docs/en/DEPLOY_OPTION.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -687,6 +687,11 @@ This is a use case for integrating with agents created in AgentCore. (Experiment
687687

688688
Enabling `createGenericAgentCoreRuntime` will deploy the default AgentCore Runtime.
689689
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.
690695

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

docs/ja/DEPLOY_OPTION.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -702,6 +702,11 @@ AgentCore で作成したエージェントと連携するユースケースで
702702

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

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

0 commit comments

Comments
 (0)