MCP TypeScript SDK (V2)
V1 Docs
Preparing search index...
@modelcontextprotocol/server
index
StandardSchemaV1Sync
Props
Interface Props<Input, Output>
interface
Props
<
Input
=
unknown
,
Output
=
Input
>
{
types
?:
Types
<
Input
,
Output
>
;
validate
:
(
value
:
unknown
,
options
?:
StandardSchemaV1
.
Options
,
)
=>
StandardSchemaV1
.
Result
<
Output
>
;
vendor
:
string
;
version
:
1
;
}
Type Parameters
Input
=
unknown
Output
=
Input
Hierarchy (
View Summary
)
StandardSchemaV1
.
Props
<
Input
,
Output
>
Props
Index
Properties
types?
validate
vendor
version
Properties
Optional
Readonly
types
types
?:
Types
<
Input
,
Output
>
Readonly
validate
validate
:
(
value
:
unknown
,
options
?:
StandardSchemaV1
.
Options
,
)
=>
StandardSchemaV1
.
Result
<
Output
>
Readonly
vendor
vendor
:
string
Readonly
version
version
:
1
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
types
validate
vendor
version
V1 Docs
MCP TypeScript SDK (V2)
Loading...