Demonstrates implementation and usage of Anthropic's Model Context Protocol (MCP) with AWS Bedrock.
Sponsored
This project provides a clear example of how to implement and utilize Anthropic's Model Context Protocol (MCP) with AWS Bedrock. It offers a client implementation that interacts with MCP-enabled tools through AWS Bedrock's runtime service, showcasing seamless integration and communication handling. The project includes implementations for stdio and sse modes, along with a sample MCP tool implementation.
主要功能
01Seamless integration with AWS Bedrock runtime
02Tool format conversion for Bedrock compatibility
03Asynchronous communication handling
04Includes sample MCP tool implementation
05Supports stdio and sse communication modes
使用案例
01Connecting external tools to Large Language Models (LLMs) via Bedrock
02Implementing the Model Context Protocol (MCP) within an AWS environment