• This project
    • Loading...
  • Sign in

Hooke / manulife-weapp

Itomix
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Graphs
  • Network
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • manulife-weapp
  • .claude
  • settings.local.json
  • hookehuyr's avatar
    chore: 为 Claude 配置添加新工具和 MCP 服务 · 593ad739 ...
    593ad739
    添加 find 命令工具以及 web-search-prime 和 web-reader MCP 服务,
    以增强开发工作流和外部信息获取能力。
    hookehuyr authored 2026-01-27 18:29:41 +0800
settings.local.json 445 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
{
  "permissions": {
    "allow": [
      "Bash(pandoc:*)",
      "Bash(npx skills --help:*)",
      "Bash(pnpm add:*)",
      "Bash(pnpm api:generate:*)",
      "Bash(node:*)",
      "Bash(ls:*)",
      "Bash(tree:*)",
      "Bash(git checkout:*)",
      "Bash(git add:*)",
      "Bash(git commit:*)",
      "Bash(git push:*)",
      "Bash(find:*)",
      "mcp__web-search-prime__webSearchPrime",
      "mcp__web-reader__webReader"
    ]
  }
}