Ejecuta cualquier Skill en Manus
con un clic
con un clic
Ejecuta cualquier Skill en Manus con un clic
Comenzar$pwd:
$ git log --oneline --stat
stars:166
forks:24
updated:21 de enero de 2026, 06:19
SKILL.md
Publishing and release workflow with semantic-release and GitHub Actions
MCPB (Model Context Protocol Bundle) Packaging and Distribution
Refactoring MCP Tools for Better LLM Integration and Usability
MCP Testing Strategies with Vitest, Inspector, and Integration Tests
MCP Protocol Inspection and Debugging with Inspector CLI
| name | mcp-development |
| description | MCP Server Development Patterns and Best Practices |
| keywords | ["mcp","server","typescript","design-patterns","protocol-compliance"] |
Guidelines for designing and implementing MCP servers with TypeScript, focusing on protocol compliance, service architecture, and extensibility.
zod for all input/output validation. Define schemas for requests, responses, and errors. Validate at the transport boundary.tests/ and cover protocol, service, and transport logic.console.log for STDIO servers; use structured logging and log levels.run or execute method. Accept validated input, return structured output.zod. Validate all tool calls at runtime.