McpServer.removeTool

Unregister a previously registered tool by name. Returns true if a tool was removed, false if no tool with that name was registered. Pair with notifyToolsListChanged to inform connected clients that the tool list changed.

class McpServer
@safe
bool
removeTool
(
string name
)