MCP Example Example for MCP Client and Server implementation. Uses fastmcp library for both server and client implementation. Usage python3 -m venv venv source venv/bin/activate python3 -m pip install -r requirements.txt python3 mcp_server.py python3 mcp_client.py References https://modelcontextprotocol.io/introduction https://github.com/jlowin/fastmcp https://gofastmcp.com/getting-started/welcome