While browsing a website on Google Chrome, if you get an error saying This server could not prove that it is <domain.com>; its security certificate is not from <ABC ...
import asyncio from mcp import ClientSession from mcp.client.streamable_http import streamablehttp_client async def main(): # Connect to a streamable HTTP server #the ...