在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用$pwd:
$ git log --oneline --stat
stars:166
forks:24
updated:2026年1月21日 06:19
SKILL.md
| 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.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