Class Mcp
java.lang.Object
io.deeplumen.ucp.models.discovery.Mcp
MCP transport binding
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanMerchant's MCP endpoint (Required)URL to OpenRPC specification (JSON format) (Required)inthashCode()voidsetAdditionalProperty(String name, Object value) voidsetEndpoint(URI endpoint) Merchant's MCP endpoint (Required)voidURL to OpenRPC specification (JSON format) (Required)toString()withAdditionalProperty(String name, Object value) withEndpoint(URI endpoint) withSchema(URI schema)
-
Constructor Details
-
Mcp
public Mcp()
-
-
Method Details
-
getSchema
URL to OpenRPC specification (JSON format) (Required) -
setSchema
URL to OpenRPC specification (JSON format) (Required) -
withSchema
-
getEndpoint
Merchant's MCP endpoint (Required) -
setEndpoint
Merchant's MCP endpoint (Required) -
withEndpoint
-
getAdditionalProperties
-
setAdditionalProperty
-
withAdditionalProperty
-
toString
-
hashCode
public int hashCode() -
equals
-