@modelcontextprotocol/sdk
Preparing search index...
spec.types
StringSchema
Interface StringSchema
interface
StringSchema
{
default
?:
string
;
description
?:
string
;
format
?:
"date"
|
"uri"
|
"email"
|
"date-time"
;
maxLength
?:
number
;
minLength
?:
number
;
title
?:
string
;
type
:
"string"
;
}
Index
Properties
default?
description?
format?
max
Length?
min
Length?
title?
type
Properties
Optional
default
default
?:
string
Optional
description
description
?:
string
Optional
format
format
?:
"date"
|
"uri"
|
"email"
|
"date-time"
Optional
max
Length
maxLength
?:
number
Optional
min
Length
minLength
?:
number
Optional
title
title
?:
string
type
type
:
"string"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
default
description
format
max
Length
min
Length
title
type
@modelcontextprotocol/sdk
Loading...