Table of Contents

Property Principal

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

Principal

Gets or sets the caller identity resolved by the host, for example an API key principal. Tools use it to scope what the session is allowed to see.

public object Principal { get; set; }

Property Value

object
Share