ResourceReference

org.llm4s.mcp.ResourceReference
See theResourceReference companion object
case class ResourceReference(uri: String, `type`: Option[String])

Reference to an MCP resource (PR #603 - Resource links in tool results).

Value parameters

`type`

Optional MIME type or resource type

uri

URI of the referenced resource

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product