Correct way to create mcp client?
Summary The provided code snippet attempts to create an McpClient instance using the CreateAsync method, passing in a Uri base address and an API key. However, the code may not be entirely correct, especially when dealing with multiple servers and API keys. The main issue lies in the way HttpClient instances are created and managed. … Read more