csharp-sdk: The MCP C# SDK is the official C# SDK for the Model Context Protocol, designed to enable .NET applications, services, and libraries to implement and interact with MCP clients and servers. The Model Context Protocol (MCP) itself is an open protocol that standardizes how applications provide context to Large Language Models (LLMs), facilitating secure integration between LLMs and various data sources and tools.; mcp-taskfile-server: mcp-taskfile-server is a Go-based MCP server that dynamically reads your Taskfile.yml and exposes each defined task as an individual MCP tool. This allows AI assistants like Claude to discover, understand, and execute Taskfile tasks using natural language, built on the official Go MCP SDK and the go-task library.
Integrating .NET applications with the Model Context Protocol
Let Claude discover and run project build, test, and deploy tasks defined in Taskfile.yml