Function to start the MCP client. Creates a new Client instance with the given transport. You are required to call client.connect(transport) to establish the connection.
client.connect(transport)
Function to start the MCP client. Creates a new Client instance with the given transport. You are required to call
client.connect(transport)
to establish the connection.