This skill provides expert-level guidance for developers building Model Context Protocol (MCP) servers, specifically focusing on TypeScript implementation and the @modelcontextprotocol/sdk package. It enforces architectural best practices such as handler-based design, Zod-driven input validation, and standardized JSON-RPC 2.0 error handling to ensure servers are reliable, discoverable, and performant. Beyond general MCP development, it includes specialized patterns for Unity-mcp-server architectures, covering command protocols, workspace root resolution, and hybrid transport layer management for maximum client compatibility.
主要功能
01Unity-specific command protocols and workspace resolution
02Standardized JSON-RPC 2.0 and MCP error handling patterns
03Handler-based architecture for encapsulated tool logic
041 GitHub stars
05Zod-powered input validation and schema documentation
06Hybrid transport support for Content-Length and NDJSON framing