Files
awesome-copilot/plugins/go-mcp-development/.github/plugin/plugin.json
2026-02-19 04:34:07 +00:00

25 lines
694 B
JSON

{
"name": "go-mcp-development",
"description": "Complete toolkit for building Model Context Protocol (MCP) servers in Go using the official github.com/modelcontextprotocol/go-sdk. Includes instructions for best practices, a prompt for generating servers, and an expert chat mode for guidance.",
"version": "1.0.0",
"author": {
"name": "Awesome Copilot Community"
},
"repository": "https://github.com/github/awesome-copilot",
"license": "MIT",
"keywords": [
"go",
"golang",
"mcp",
"model-context-protocol",
"server-development",
"sdk"
],
"agents": [
"./agents/go-mcp-expert.md"
],
"skills": [
"./skills/go-mcp-server-generator/"
]
}