MCP 服务器集合
包含多种用途的 Model Context Protocol 服务器的单体仓库。
快速入门
- 安装依赖:
使用
bun install
安装所有依赖。 - 构建项目:
执行
bun run build
构建所有包。 - 运行 CLI 或服务器:
- CLI 示例:
bun run packages/shortcut-mcp-server-installer/dist/index.js
- 服务器示例:
bun run packages/shortcut-mcp-server/dist/index.js
- CLI 示例:
- 遵循编码风格:
确保通过
bun typecheck
和bun check
,可使用bun fix
格式化代码。 - 设置 Git 钩子(可选):
执行
git config core.hookspath .githooks
。