llmwire - v2.2.0
GitHub
npm
llms.txt
Preparing search index...
llmwire/mcp
McpContent
Interface McpContent
One item of a tool result, resource read or prompt message.
interface
McpContent
{
data
?:
string
;
mimeType
?:
string
;
text
?:
string
;
type
:
string
;
uri
?:
string
;
[
k
:
string
]:
unknown
;
}
Indexable
[
k
:
string
]:
unknown
Index
Properties
data?
mime
Type?
text?
type
uri?
Properties
Optional
data
data
?:
string
Optional
mime
Type
mimeType
?:
string
Optional
text
text
?:
string
type
type
:
string
Optional
uri
uri
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
data
mime
Type
text
type
uri
GitHub
npm
llms.txt
llmwire - v2.2.0
Loading...
One item of a tool result, resource read or prompt message.