Table of Contents

Property PermissionPolicy

Namespace
LMKit.Mcp.Server
Assembly
LM-Kit.NET.dll

PermissionPolicy

Gets or sets the policy deciding which registered tools are exposed and callable. When null, every registered tool is exposed.

public ToolPermissionPolicy PermissionPolicy { get; set; }

Property Value

ToolPermissionPolicy

Remarks

The policy is consulted both when listing and when calling, so a tool denied by policy is invisible rather than merely unusable. Changing the policy raises ToolListChanged.

Share