Allow wildcard on `permissions.allow` for all tools from a particular MCP server

Resolved 💬 3 comments Opened Jul 3, 2025 by apetta Closed Jul 3, 2025

It would be nice to have the option to approve all tools from a single MCP server (e.g. Context7) without having to list each one explicitly.

For example:

{
  "permissions": {
    "allow": [
      "mcp__context7__*"
    ],
    "deny": []
  }
}

View original on GitHub ↗

This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗