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
/
Resource
Resource
@
Serializable
data
class
Resource
(
val
uri
:
String
,
val
name
:
String
,
val
description
:
String
?
=
null
,
val
mimeType
:
String
?
=
null
)
Members
Constructors
Resource
Link copied to clipboard
constructor
(
uri
:
String
,
name
:
String
,
description
:
String
?
=
null
,
mimeType
:
String
?
=
null
)
Properties
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
Link copied to clipboard
val
uri
:
String