Files

SSE-based Server and Client for MCP

An example MCP Server and Client for SSE-based transport.

Install dependencies

pip install .

Run the MCP Server

python weather.py 

This will start the server.

Run the MCP Client

python client.py

This will run the client, make a couple of tool calls and then exit. You can modify the tool calls to test different scenarios.