Prompts

interface Prompts

List and generate Prompts provided by this MCP server

Inheritors

Functions

Link copied to clipboard
abstract fun get(name: PromptName, request: PromptRequest, overrideDefaultTimeout: Duration? = null): McpResult<PromptResponse>
Link copied to clipboard
abstract fun list(overrideDefaultTimeout: Duration? = null): McpResult<List<McpPrompt>>
Link copied to clipboard
abstract fun onChange(fn: () -> Unit)