Skip to content

Wrong Permissions values based on Schema. #75

@evenromo

Description

@evenromo

I think the values here is wrong? Getting warnings

"allow": [
"Bash",
"Read(*)",
"Write(*)",
"Edit(*)",
"MultiEdit(*)",
"Glob(*)",
"Grep(*)",
"LS(*)",
"WebFetch(domain:*)",
"WebSearch",
"NotebookRead(*)",
"NotebookEdit(*)",
"TodoWrite(*)",
"ExitPlanMode(*)",
"Task(*)",
"mcp__*"
],

Shouldnt it be?:

"allow": [
      "Bash",
      "Read",
      "Write",
      "Edit",
      "Glob",
      "Grep",
      "WebFetch(domain:*)",
      "WebSearch",
      "NotebookEdit",
      "TodoWrite",
      "ExitPlanMode",
      "Task",
      "mcp__*"
    ],

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions