Variable ListRootsRequestSchemaConst
ListRootsRequestSchema: ZodObject<
{
method: ZodLiteral<"roots/list">;
params: ZodOptional<
ZodObject<
{
_meta: ZodOptional<
ZodObject<
{
"io.modelcontextprotocol/related-task": ZodOptional<
ZodObject<{ taskId: ... }, $strip>,
>;
progressToken: ZodOptional<ZodUnion<readonly [(...), (...)]>>;
},
$loose,
>,
>;
},
$strip,
>,
>;
},
$strip,
> = ...
Sent from the server to request a list of root URIs from the client.