Skip to main content
Defined in: client/handlers.ts:48

Properties

elicitation?

optional elicitation?: ElicitationHandler;
Defined in: client/handlers.ts:52

log?

optional log?: LogHandler;
Defined in: client/handlers.ts:49

onPromptsListChanged?

optional onPromptsListChanged?: ListChangedHandler<{
}>;
Defined in: client/handlers.ts:55

onResourcesListChanged?

optional onResourcesListChanged?: ListChangedHandler<{
}>;
Defined in: client/handlers.ts:54

onToolsListChanged?

optional onToolsListChanged?: ListChangedHandler<{
}>;
Defined in: client/handlers.ts:53

progress?

optional progress?: ProgressHandler;
Defined in: client/handlers.ts:50

sampling?

optional sampling?: SamplingHandler;
Defined in: client/handlers.ts:51