From the course: Claude with Amazon Bedrock by Anthropic

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

Project setup

Project setup

To better understand some aspects of MCP, we are going to start to implement our own CLI-based chatbot. This is going to give us a better idea of how clients and servers actually work together. In this video, I want to do a little bit of project setup and just help you understand exactly what we're going to make. I've got a lot of product description over here of what we're going to build. We're going to go through all this over time. For right now, I just want you to get a high level understanding. So as I mentioned, it's going to be a CLI-based chatbot. We're going to allow users to work a collection of documents. These are going to be fake documents, they're just gonna be stored in memory. We're going to build out a small MCP client that is going to connect to our own custom MCP server. For right now, this server is going to have two tools implemented inside of it. One tool to read the contents of a document, and one tool to update the contents of a document. Again, these documents…

Contents