From a17a5c9fbd3e0d45e48f9532b4af0e8277f1e29f Mon Sep 17 00:00:00 2001 From: evalstate <1936278+evalstate@users.noreply.github.com> Date: Mon, 30 Jun 2025 22:34:29 +0100 Subject: [PATCH] Update text to make clear Elicitation is not directly associated with a Tool Call. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 412143a9f..41ab5f48f 100644 --- a/README.md +++ b/README.md @@ -498,7 +498,7 @@ async def handle_completion( ``` ### Elicitation -Request additional information from users during tool execution: +Request additional information from users. This example shows an Elicitation during a Tool Call: ```python from mcp.server.fastmcp import FastMCP, Context