Skip to content

Commit 7279bbd

Browse files
Merge pull request #53 from aws-samples/mcp
MCP Client
2 parents fc0d5b0 + de49a37 commit 7279bbd

File tree

82 files changed

+8406
-1711
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+8406
-1711
lines changed

README-ja.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Bedrock Engineer はネイティブアプリです。アプリをダウンロー
1919

2020
MacOS:
2121

22-
[<img src="https://img.shields.io/badge/Download_FOR_MAC-Latest%20Release-blue?style=for-the-badge&logo=apple" alt="Download Latest Release" height="40">](https://github.com/aws-samples/bedrock-engineer/releases/latest/download/bedrock-engineer-1.6.0.dmg)
22+
[<img src="https://img.shields.io/badge/Download_FOR_MAC-Latest%20Release-blue?style=for-the-badge&logo=apple" alt="Download Latest Release" height="40">](https://github.com/aws-samples/bedrock-engineer/releases/latest/download/bedrock-engineer-1.7.0.dmg)
2323

2424
MacOS に最適化されていますが、Windows, Linux OS でもビルドして使用できます。不具合があるばあい、issue に起票ください。
2525

@@ -158,6 +158,10 @@ npm run build:linux
158158

159159
</details>
160160

161+
### MCP (Model Context Protocol) クライアント統合
162+
163+
Model Context Protocol (MCP) クライアント統合により、Bedrock Engineerは外部のMCPサーバーに接続し、強力な外部ツールを動的にロードして使用することができるようになりました。この統合により、AIアシスタントがMCPサーバーが提供するツールにアクセスして利用できるようになり、その能力が拡張されます。
164+
161165
## Agent Directory
162166

163167
Agent Directoryは、優れたコントリビューターによって作成されたAIエージェントを発見してすぐに使用できるコンテンツハブです。様々なタスクや専門分野向けに設計された厳選済みのエージェントコレクションを提供しています。

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Bedrock Engineer is a native app, you can download the app or build the source c
1919

2020
MacOS:
2121

22-
[<img src="https://img.shields.io/badge/Download_FOR_MAC-Latest%20Release-blue?style=for-the-badge&logo=apple" alt="Download Latest Release" height="40">](https://github.com/aws-samples/bedrock-engineer/releases/latest/download/bedrock-engineer-1.6.0.dmg)
22+
[<img src="https://img.shields.io/badge/Download_FOR_MAC-Latest%20Release-blue?style=for-the-badge&logo=apple" alt="Download Latest Release" height="40">](https://github.com/aws-samples/bedrock-engineer/releases/latest/download/bedrock-engineer-1.7.0.dmg)
2323

2424
It is optimized for MacOS, but can also be built and used on Windows and Linux OS. If you have any problems, please report an issue.
2525

@@ -157,6 +157,10 @@ You can get up and running quickly with Amazon Bedrock Agents by using the [Agen
157157

158158
</details>
159159

160+
### MCP (Model Context Protocol) Client Integration
161+
162+
Model Context Protocol (MCP) client integration allows Bedrock Engineer to connect to external MCP servers and dynamically load and use powerful external tools. This integration extends the capabilities of your AI assistant by allowing it to access and utilize the tools provided by the MCP server.
163+
160164
## Agent Directory
161165

162166
The Agent Directory is a content hub where you can discover and immediately use AI agents created by skilled contributors. It offers a curated collection of pre-configured agents designed for various tasks and specialties.

0 commit comments

Comments
 (0)