任务详情: - 在 CLAUDE.md 中添加了 Git 提交规范章节 - 定义了每次任务完成后的自动提交流程 - 规范了提交信息格式(包含任务类型、描述和详细说明) - 提供了自动化脚本示例 - 修改文件: CLAUDE.md - 新增文件: .claude/, .mcp.json - 影响功能: 项目文档和开发流程规范
71 lines
1.3 KiB
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
} |