Canonical manifest schema
plugin.json targets the official 1.0.0 schema.
Agent Plugins specification §5.2
The Go MCP Development plugin combines one project-generation Skill with a Go MCP expert agent. Its source documentation targets server creation with the official github.com/modelcontextprotocol/go-sdk and emphasizes project structure, dependencies, implementation, and best practices.
Build
MCP servers in Go.
A concise inventory identifies the official SDK target, generator Skill, and expert guidance without claiming runtime validation.
Installation
Install the package from Awesome Copilot in a compatible client, then invoke the generator Skill or Go MCP expert agent.
git clone --filter=blob:none --sparse https://github.com/github/awesome-copilot.git
cd awesome-copilot
git sparse-checkout set plugins/go-mcp-developmentExplainable standards check
Official latest version: 1.0.0 (Working Draft). The value is read from the official specification and cached for one day.
This is a static package-format check, not a security audit, quality score, malware scan, or guarantee of client compatibility.
plugin.json targets the official 1.0.0 schema.
Agent Plugins specification §5.2
The plugin name “go-mcp-development” satisfies the 1–64 character naming rules.
Agent Plugins specification §§5.3 and 5.5
No unknown top-level manifest fields were found.
Agent Plugins specification §5.2
All present metadata and extension fields use permitted JSON types.
Agent Plugins specification §§5.2–5.6
A regular plugin.json file exists at the plugin root.
Agent Plugins specification §§4.1 and 5.1
0 immediate-child Agent Skills discovered; every SKILL.md passed required frontmatter and naming checks.
Agent Plugins specification §7.1 and Agent Skills specification
No root mcp.json is present; MCP is optional and its absence is conforming.
Agent Plugins specification §§6.2 and 7.2
Capabilities
Generate a structured Go MCP server starting point and consult focused SDK guidance.
The single Skill generates a complete project using the official Go SDK, while the expert agent provides implementation assistance and best-practice guidance.
The declared Skill creates a Go MCP server structure, dependencies, and implementation starting point.
The companion agent concentrates on the official Go SDK and MCP server development practices.
Practical workflow
Define the tools, resources, or prompts the Go server should expose.
Use the generator Skill to establish the SDK dependency, structure, and initial implementation.
Use the expert agent to inspect SDK usage, then test behavior and deployment assumptions.
Package contents
go-mcp-development declares 1 Skill, 0 MCP configurations, and 1 additional resource. The included-file links below point to the reviewed source repository.
Agent Skills
1
go-mcp-server-generator
MCP servers
0
No runtime service
Package format
Agent Plugins
Official latest 1.0.0
Synced source content
This README snapshot is stored by Agent Plugins Hub and refreshed by the daily GitHub synchronization pipeline. Remote images and embedded content are not loaded.
This repository does not currently provide a README snapshot. The plugin instructions below remain available.
Source documentation
Rendered from the linked GitHub source. Raw HTML is disabled, scripts cannot execute, remote images are omitted, and external links open separately.
The source README describes a focused toolkit for building Model Context Protocol servers in Go with the official github.com/modelcontextprotocol/go-sdk.
Its go-mcp-server-generator Skill creates a complete server project with structure, dependencies, and implementation. The accompanying go-mcp-expert agent provides SDK-focused server-development guidance.
Install it with copilot plugin install go-mcp-development@awesome-copilot. Generated code should be reviewed and tested before deployment.
Continue exploring
The small official reference package for inspecting a portable manifest and migration workflow.
Drive Microsoft AgentRC from Copilot chat to assess AI readiness, generate flat or nested Copilot instructions, manage policies, and produce a self-contained HTML dashboard.
Context-aware discovery of curated Copilot assets with three declared Skills, a project scaffold agent, and a Docker-based MCP server.