mcp4k
Toggle table of contents
0.4.8
common
Target filter
common
Switch theme
Search in API
Skip to content
mcp4k
mcp4k-file-provider
/
sh.ondr.mcp4k.fileprovider
/
File
File
data
class
File
(
val
relativePath
:
String
,
val
name
:
String
?
=
null
,
val
description
:
String
?
=
null
,
val
mimeType
:
String
?
=
null
)
Members
Constructors
File
Link copied to clipboard
constructor
(
relativePath
:
String
,
name
:
String
?
=
null
,
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
?
relative
Path
Link copied to clipboard
val
relativePath
:
String