McpServerToolNeverRequireApprovalMode
Class Diagram
Section titled “Class Diagram”---
title: McpServerToolNeverRequireApprovalMode
config:
look: handDrawn
theme: colorful
class:
hideEmptyMembersBox: true
---
classDiagram
class McpServerApprovalMode {
+string kind
}
McpServerApprovalMode <|-- McpServerToolNeverRequireApprovalMode
class McpServerToolNeverRequireApprovalMode {
+string kind
}
Yaml Example
Section titled “Yaml Example”kind: neverProperties
Section titled “Properties”| Name | Type | Description |
|---|---|---|
| kind | string | The kind identifier for never approval mode |