MCP TypeScript SDK (V2)
V1 Docs
Preparing search index...
@modelcontextprotocol/server
index
IconSchema
Variable IconSchema
Const
IconSchema
:
ZodObject
<
{
mimeType
:
ZodOptional
<
ZodString
>
;
sizes
:
ZodOptional
<
ZodArray
<
ZodString
>
>
;
src
:
ZodString
;
theme
:
ZodOptional
<
ZodEnum
<
{
dark
:
"dark"
;
light
:
"light"
}
>
>
;
}
,
$strip
,
>
= ...
Icon schema for use in
tools
,
prompts
,
resources
, and
implementations
.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
V1 Docs
MCP TypeScript SDK (V2)
Loading...
Icon schema for use in tools, prompts, resources, and implementations.