I'd like to cross-post here my article from another series Amazon Bedrock AgentCore Runtime - Using Custom Agent with Spring AI to explain:
- How to implement Custom Agent written in Java with Spring AI.
- How to use its MCP Client based on HTTP Streamable transport protocol to talk to MCP-compatible tools in our case exposed via Amazon Bedrock AgentCore Gateway with Amazon API Gateway or AWS Lambda as a target. But we can use any MCP server with the introduced approach.
- How to deploy our agent on Amazon Bedrock AgentCore Runtime.
- How to invoke our agent on Amazon Bedrock AgentCore Runtime.
Top comments (0)