Scopes are used to secure prompts by requiring explicit authorization. Without the required scope, the tools remain hidden.

The following example shows how to configure scopes for prompt tools:
{
  "security": {
    "authorization": {
      "tools": {
        "default": ["mcp_access"],
        "select_prompts": ["prompts.read"]
      }
    }
  }
}
Note: If the scope is not defined, the tools are not visible to users.