mcp4k
Toggle table of contents
0.4.8
common
Target filter
common
Switch theme
Search in API
Skip to content
mcp4k
mcp4k-runtime
/
sh.ondr.mcp4k.schema.resources
/
ResourceTemplate
Resource
Template
@
Serializable
data
class
ResourceTemplate
(
val
uriTemplate
:
String
,
val
name
:
String
,
val
description
:
String
?
=
null
,
val
mimeType
:
String
?
=
null
,
val
annotations
:
Annotations
?
=
null
)
Members
Constructors
Resource
Template
Link copied to clipboard
constructor
(
uriTemplate
:
String
,
name
:
String
,
description
:
String
?
=
null
,
mimeType
:
String
?
=
null
,
annotations
:
Annotations
?
=
null
)
Properties
annotations
Link copied to clipboard
val
annotations
:
Annotations
?
description
Link copied to clipboard
val
description
:
String
?
mime
Type
Link copied to clipboard
val
mimeType
:
String
?
name
Link copied to clipboard
val
name
:
String
uri
Template
Link copied to clipboard
val
uriTemplate
:
String