Files
42marketplaces/sync/gh-codethread-claude-code-plugins-plugins-mcp-builder.json
2025-11-29 18:53:27 +08:00

18 lines
648 B
JSON

{
"name": "mcp-builder",
"owner": {
"name": "codethread",
"email": "plugin@42plugin.com"
},
"plugins": [
{
"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).",
"source": {
"source": "url",
"url": "https://git.waymay.us/zhongwei/gh-codethread-claude-code-plugins-plugins-mcp-builder.git"
},
"strict": true
}
]
}