Skip to main content

MCP_RESOURCE_URI

Constant MCP_RESOURCE_URI 

pub const MCP_RESOURCE_URI: &'static str;
👎Deprecated:

{note: Moved to the OpenTelemetry GenAI semantic conventions repository. , reason: uncategorized}

Available on crate features opentelemetry and semconv_experimental only.
Expand description

The value of the resource uri.

§Notes

This is a URI of the resource provided in the following requests or notifications: resources/read, resources/subscribe, resources/unsubscribe, or notifications/resources/updated.

§Examples

  • "postgres://database/customers/schema"
  • "file:///home/user/documents/report.pdf"