Demonstrates a simple client-server implementation using the Model Context Protocol (MCP).
This project showcases a basic client-server interaction using the Model Context Protocol (MCP), designed for connecting Large Language Models with external tools and data. It includes a server exposing BMI calculation and weather fetching tools, and a client that connects, lists available tools, and executes tool calls, offering a practical example of MCP integration with custom functionalities.