File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -345,11 +345,14 @@ export class Server<
345345 async elicitInput ( params : ElicitRequestURLParams , options ?: RequestOptions ) : Promise < ElicitResult > ;
346346 /**
347347 * Creates an elicitation request for the given parameters.
348+ * @deprecated Use the overloads with explicit `mode: 'form' | 'url'` instead.
348349 * @param params The parameters for the form elicitation request (legacy signature without mode).
349350 * @param options Optional request options.
350351 * @returns The result of the elicitation request.
351352 */
352353 async elicitInput ( params : LegacyElicitRequestFormParams , options ?: RequestOptions ) : Promise < ElicitResult > ;
354+
355+ // Implementation (not visible to callers)
353356 async elicitInput (
354357 params : LegacyElicitRequestFormParams | ElicitRequestFormParams | ElicitRequestURLParams ,
355358 options ?: RequestOptions
You can’t perform that action at this time.
0 commit comments