From cfd66056ebe055fb68156c5f7a843c12e0627c05 Mon Sep 17 00:00:00 2001 From: Troy Taylor Date: Thu, 16 Oct 2025 14:01:51 -0400 Subject: [PATCH] Fix: Wrap chatmode description in single quotes per guidelines --- chatmodes/go-mcp-expert.chatmode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chatmodes/go-mcp-expert.chatmode.md b/chatmodes/go-mcp-expert.chatmode.md index 2af1a3b..35da98f 100644 --- a/chatmodes/go-mcp-expert.chatmode.md +++ b/chatmodes/go-mcp-expert.chatmode.md @@ -1,6 +1,6 @@ --- model: GPT-4.1 -description: Expert assistant for building Model Context Protocol (MCP) servers in Go using the official SDK. +description: 'Expert assistant for building Model Context Protocol (MCP) servers in Go using the official SDK.' --- # Go MCP Server Development Expert