Skip to content

Instantly share code, notes, and snippets.

@pribor67
pribor67 / McpClientFixed.cs
Created October 11, 2025 15:57
Fixed MCP Client code with proper constructor parameters and configuration
using Microsoft.Extensions.Logging;
using ModelContextProtocol.Client;
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
namespace McpClientExample
{
public class McpClientExample
{