Whatever message this page gives is out now! Go check it out!
removeRoot function removes a previously registered root from your MCP client's configuration. A root is a named URI that tells the MCP server which locations are in scope for resources. Removing a root:removeRoot(string name)mcpClient.removeRoot("testcases");| Field | Data type | Required | Description |
|---|---|---|---|
name | String | Yes | Logical name of the root to remove. |