@modelcontextprotocol/sdk
    Preparing search index...

    Interface GetPromptRequest

    Used by the client to get a prompt provided by the server.

    interface GetPromptRequest {
        id: RequestId;
        jsonrpc: "2.0";
        method: "prompts/get";
        params: GetPromptRequestParams;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    jsonrpc: "2.0"
    method: "prompts/get"