Skip to content

Commit 952ba6c

Browse files
jeffhandleyCopilot
andcommitted
Fix xref namespace for McpClientHandlers.RootsHandler
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 958c783 commit 952ba6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/concepts/roots/roots.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Each root is represented by a <xref:ModelContextProtocol.Protocol.Root> with a U
2323

2424
### Declaring roots capability on the client
2525

26-
Clients advertise their support for roots in the capabilities sent during initialization. The roots capability is created automatically when a roots handler is provided. Configure the handler through <xref:ModelContextProtocol.McpClientHandlers.RootsHandler>:
26+
Clients advertise their support for roots in the capabilities sent during initialization. The roots capability is created automatically when a roots handler is provided. Configure the handler through <xref:ModelContextProtocol.Client.McpClientHandlers.RootsHandler>:
2727

2828
```csharp
2929
var options = new McpClientOptions

0 commit comments

Comments
 (0)