MCP TypeScript SDK
V2 Docs
Preparing search index...
types
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
V2 Docs
MCP TypeScript SDK
Loading...
Icon schema for use in tools, prompts, resources, and implementations.