| 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> |
McpAsyncServer.listRoots()
Deprecated.
This will be removed in 0.9.0. Use
McpAsyncServerExchange.listRoots(). |
reactor.core.publisher.Mono<McpSchema.ListRootsResult> |
McpAsyncServerExchange.listRoots(String cursor)
Retrieves a paginated list of roots provided by the client.
|
reactor.core.publisher.Mono<McpSchema.ListRootsResult> |
McpAsyncServer.listRoots(String cursor)
Deprecated.
This will be removed in 0.9.0. Use
McpAsyncServerExchange.listRoots(String). |
Copyright © 2025. All rights reserved.