Files
n8n_Demo/.mcp.json
Yep_Q e41f20ea6a docs: 添加 Git 自动提交规范
任务详情:
- 在 CLAUDE.md 中添加了 Git 提交规范章节
- 定义了每次任务完成后的自动提交流程
- 规范了提交信息格式(包含任务类型、描述和详细说明)
- 提供了自动化脚本示例
- 修改文件: CLAUDE.md
- 新增文件: .claude/, .mcp.json
- 影响功能: 项目文档和开发流程规范
2025-09-08 05:00:37 +08:00

71 lines
1.3 KiB
JSON

{
"mcpServers": {
"context7": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@upstash/context7-mcp"
],
"env": {}
},
"browser-tools": {
"command": "npx",
"args": [
"-y",
"@agentdeskai/browser-tools-mcp@latest"
],
"enabled": true
},
"claude-code-mcp": {
"command": "npx",
"args": [
"-y",
"@steipete/claude-code-mcp@latest"
]
},
"promptx": {
"command": "npx",
"args": [
"-y",
"-f",
"--registry",
"https://registry.npmjs.org",
"dpml-prompt@beta",
"mcp-server"
]
},
"playwright": {
"command": "npx",
"args": [
"-y",
"@playwright/mcp@latest"
],
"env": {}
},
"sequential-thinking": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sequential-thinking"
]
},
"feishu-api": {
"command": "npx",
"args": [
"-y",
"apifox-mcp-server@latest",
"--project-id=6808546"
],
"env": {
"APIFOX_ACCESS_TOKEN": "APS-unMJRsbd0NZeaqd99nAIhdN63mVPUkzX"
}
},
"shadcn-ui-server": {
"command": "npx",
"args": [
"@heilgar/shadcn-ui-mcp-server"
]
}
}
}