From b044903515a64bb9308fa195ff130b42cafa9ab7 Mon Sep 17 00:00:00 2001 From: Troy Taylor Date: Thu, 16 Oct 2025 09:02:38 -0400 Subject: [PATCH] Add applyTo field to C# MCP instructions --- instructions/csharp-mcp-server.instructions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/instructions/csharp-mcp-server.instructions.md b/instructions/csharp-mcp-server.instructions.md index ce21e94..137ce1b 100644 --- a/instructions/csharp-mcp-server.instructions.md +++ b/instructions/csharp-mcp-server.instructions.md @@ -1,5 +1,6 @@ --- description: 'Instructions for building Model Context Protocol (MCP) servers using the C# SDK' +applyTo: '**/*.cs, **/*.csproj' --- # C# MCP Server Development