Table of Contents

Method UnregisterTool

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

UnregisterTool(string)

Removes a tool by name.

public bool UnregisterTool(string name)

Parameters

name string

The tool name.

Returns

bool

true when a tool was removed.

Share