Provides example implementations of Model Context Protocol (MCP) Streamable HTTP client and server in Python and TypeScript.
This repository offers example implementations for both a Model Context Protocol (MCP) Streamable HTTP client and server, built using Python and TypeScript. It showcases cross-language compatibility, enabling communication between a Python client and a TypeScript server, and vice versa. The examples integrate with Anthropic's Claude model to retrieve weather information based on user queries, demonstrating a practical application of the MCP Streamable HTTP protocol.