mcp-builder
仓库创建 2026年4月7日最近提交 21 天前SkillHot 收录 21 天前
▸ 精选理由
为开发 Claude 插件和模型上下文服务提供打包与部署流水线
▸ 风险提示
可能会运行构建脚本并拉取外部构件或依赖
这个 Skill 做什么
构建、打包并发布用于 Claude Code 的 MCP 服务与工具
负责构建、打包并发布面向 Claude Code 的 MCP 服务与工具包,处理 .mcp.json、传输层和 bundling 细节。需要把 MCP 工具作为插件暴露、或在本地调试 MCP 服务器与打包流程时用。特点是与 plugin-builder 配合使用,避免把协议或文档硬编码,便于稳定发布 MCP 工具。
▸ 展开 SKILL.md 英文原文
Use when building, packaging, or debugging an MCP server, adding MCP tools to a plugin, or working on .mcp.json, transport, or bundling. Pair with plugin-builder when the plugin exposes MCP tools.
1
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/tyroneross/build-loop/main/skills/mcp-builder/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/tyroneross/build-loop/main/skills/mcp-builder/SKILL.md"SKILL.MD 节选查看完整文件 ↗
<!-- SPDX-FileCopyrightText: 2025-2026 Tyrone Ross, Jr <46267523+tyroneross@users.noreply.github.com> | SPDX-License-Identifier: Apache-2.0 --> # MCP Builder Build, bundle, and ship Model Context Protocol servers for Claude Code. Companion to `plugin-builder` — use both when the plugin exposes MCP tools. ## Doc lookup — api-registry first Do **not** hardcode or fetch protocol-doc URLs from memory. Resolve them through the api-registry plugin's local doc cache: ``` /api-registry:docs mcp-spec "<your question>" # MCP protocol spec /api-registry:docs mcp-ts-sdk "<your question>" # TypeScript SDK /api-registry:docs mcp-python-sdk "<your question>" # Python SDK /api-registry:doc
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有