From d31f349d730224441fb56f70bd4983a4f49e56e8 Mon Sep 17 00:00:00 2001 From: Troy Taylor Date: Thu, 16 Oct 2025 14:01:29 -0400 Subject: [PATCH] Fix: Wrap description in single quotes per prompt guidelines --- prompts/go-mcp-server-generator.prompt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prompts/go-mcp-server-generator.prompt.md b/prompts/go-mcp-server-generator.prompt.md index 8e913c9..55832d2 100644 --- a/prompts/go-mcp-server-generator.prompt.md +++ b/prompts/go-mcp-server-generator.prompt.md @@ -1,6 +1,6 @@ --- mode: agent -description: Generate a complete Go MCP server project with proper structure, dependencies, and implementation using the official github.com/modelcontextprotocol/go-sdk. +description: 'Generate a complete Go MCP server project with proper structure, dependencies, and implementation using the official github.com/modelcontextprotocol/go-sdk.' --- # Go MCP Server Project Generator