| Package | Description |
|---|---|
| io.modelcontextprotocol.server |
| Modifier and Type | Method and Description |
|---|---|
McpSchema.ListRootsResult |
McpSyncServerExchange.listRoots()
Retrieves the list of all roots provided by the client.
|
McpSchema.ListRootsResult |
McpSyncServerExchange.listRoots(String cursor)
Retrieves a paginated list of roots provided by the client.
|
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<McpSchema.ListRootsResult> |
McpAsyncServerExchange.listRoots()
Retrieves the list of all roots provided by the client.
|
reactor.core.publisher.Mono<McpSchema.ListRootsResult> |
McpAsyncServerExchange.listRoots(String cursor)
Retrieves a paginated list of roots provided by the client.
|
Copyright © 2025. All rights reserved.