Update doc in tools/trigger-elicitation-request.ts and trigger-long-running-operation.ts

This commit is contained in:
cliffhall
2025-12-13 15:16:37 -05:00
parent 8291c0b290
commit b8074f9b9c
2 changed files with 9 additions and 8 deletions

View File

@@ -21,8 +21,8 @@ const config = {
* the elicitation input arguments at runtime.
*
* The elicitation dialog response is returned, formatted into a structured result,
* which contains both user-submitted input data (if provided) and debugging
* information, including raw results.
* which contains both user-submitted input data (if provided) and debugging information,
* including raw results.
*
* @param {McpServer} server - The MCP server instance to which the tool will be registered.
*/