$npx -y skills add erichare/skill-route --skill mcp-server-patternsBuild MCP servers with Node and TypeScript using tools, resources, Zod schemas, and stdio transport.
| 1 | # MCP Server Patterns |
| 2 | |
| 3 | Use this skill when implementing a Model Context Protocol server, wiring stdio |
| 4 | transport, registering tools, or designing schema-first agent integrations. |
| 5 | |
| 6 | ## When to Use |
| 7 | |
| 8 | - Build or debug MCP tools for local agents. |
| 9 | - Add Zod validation for tool inputs. |
| 10 | - Keep transport setup separate from business logic. |
| 11 | |
| 12 | See [template](templates/tool-template.md). |