@runloop/remote-agents-sdk
    Preparing search index...

    Type Alias ResourceContent

    ResourceContent:
        | { _meta?: JsonValue; mimeType?: string; text: string; uri: string }
        | { _meta?: JsonValue; blob: string; mimeType?: string; uri: string }

    Contents returned when reading a resource from an MCP server.

    Type Declaration

    • { _meta?: JsonValue; mimeType?: string; text: string; uri: string }
      • Optional_meta?: JsonValue
      • OptionalmimeType?: string
      • text: string
      • uri: string

        The URI of this resource.

    • { _meta?: JsonValue; blob: string; mimeType?: string; uri: string }
      • Optional_meta?: JsonValue
      • blob: string
      • OptionalmimeType?: string
      • uri: string

        The URI of this resource.