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