Fix: Wrap chatmode description in single quotes per guidelines

This commit is contained in:
Troy Taylor 2025-10-16 14:01:51 -04:00
parent d31f349d73
commit cfd66056eb

View File

@ -1,6 +1,6 @@
--- ---
model: GPT-4.1 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 # Go MCP Server Development Expert