Skip to main content

get_prompt

AsyncMethod
This is a method of the MCP class in the mcp module.
Get a prompt (placeholder)

Signature

async def get_prompt(&self, name: &str, args: HashMap<String, String>) -> Result<String>

Parameters

name
&str
required
No description available.
args
HashMap<String
required
No description available.

Returns

Returns
Result<String>
The result of the operation.