SubscribeRequest

mcp.schema.McpSchema.SubscribeRequest
See theSubscribeRequest companion object
final case class SubscribeRequest(uri: String)

Sent from the client to request resources/updated notifications from the server whenever a particular resource changes.

Value parameters

uri

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

Attributes

Companion
object
Source
McpSchema.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product