- 添加 jdv2-prefetch-api,支持获取预拉取订单日志及订单列表 - 添加 jdv2-settings-api,支持获取及更新骆驼模块设置 - 更新生成的 API 文件列表,包含新增接口及相关模型和文档 - 修改本地设置文件,增加 prettier 格式化相关命令支持
22 lines
473 B
JSON
22 lines
473 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"mcp__mysql__describe_table",
|
|
"mcp__mysql__execute",
|
|
"Bash(pnpm type:check)",
|
|
"Bash(npx eslint:*)",
|
|
"mcp__ide__getDiagnostics",
|
|
"Bash(pnpm lint:*)",
|
|
"Bash(pnpm prettier:fix)",
|
|
"Bash(pnpm eslint:*)",
|
|
"Bash(mkdir:*)",
|
|
"Bash(pnpm build)",
|
|
"Bash(pnpm eslint:fix)",
|
|
"Bash(pnpm eslint:fix:*)",
|
|
"Bash(pnpm prettier:fix:*)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
}
|