Minecraft-MCP
Toggle table of contents
0.0.1-pre
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Minecraft-MCP
common
/
org.js.lolifamily.minecraftmcp.security
/
AuthGate
/
Decision
Decision
class
Decision
(
val
allowed
:
Boolean
,
val
reason
:
String
?
)
An authorization decision: whether the tools may run, and — when not — a caller-facing reason.
Members
Constructors
Decision
Link copied to clipboard
constructor
(
allowed
:
Boolean
,
reason
:
String
?
)
Properties
allowed
Link copied to clipboard
val
allowed
:
Boolean
reason
Link copied to clipboard
val
reason
:
String
?