You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/user-guide/concepts/tools/mcp-tools.mdx
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -492,9 +492,19 @@ For more information on elicitation, see the [MCP specification](https://modelco
492
492
</Tab>
493
493
<Tablabel="TypeScript">
494
494
495
-
```ts
496
-
// Not supported in TypeScript
495
+
### Elicitation
496
+
497
+
An MCP server can request additional information from the user by sending an elicitation request. Set up an elicitation callback to handle these requests:
0 commit comments