| Package | Description |
|---|---|
| io.modelcontextprotocol.client |
| Modifier and Type | Method and Description |
|---|---|
McpSchema.ListResourcesResult |
McpSyncClient.listResources()
Send a resources/list request.
|
McpSchema.ListResourcesResult |
McpSyncClient.listResources(String cursor)
Send a resources/list request.
|
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<McpSchema.ListResourcesResult> |
McpAsyncClient.listResources()
Retrieves the list of all resources provided by the server.
|
reactor.core.publisher.Mono<McpSchema.ListResourcesResult> |
McpAsyncClient.listResources(String cursor)
Retrieves a paginated list of resources provided by the server.
|
Copyright © 2025. All rights reserved.