Fix: Wrap description in single quotes per prompt guidelines

This commit is contained in:
Troy Taylor 2025-10-16 14:01:29 -04:00
parent 085c65c9fb
commit d31f349d73

View File

@ -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