Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:14:59 +08:00
commit 6b24aa4e32
12 changed files with 4152 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "mcp-builder",
"description": "Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).",
"version": "1.0.0",
"author": {
"name": "codethread"
},
"skills": [
"./skills"
]
}