Table of Contents

Class ReadResourceRequestParams

Namespace
ModelContextProtocol.Protocol.Types
Assembly
ModelContextProtocol.dll

Sent from the client to the server, to read a specific resource URI. See the schema for details

public class ReadResourceRequestParams : RequestParams
Inheritance
ReadResourceRequestParams
Inherited Members

Properties

Uri

The URI of the resource to read. The URI can use any protocol; it is up to the server how to interpret it.

[JsonPropertyName("uri")]
public string? Uri { get; init; }

Property Value

string