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
* Embed client capabilities into the Session
Client sends its capabilities during the initialization step.
This commit embeds the client capabilities into the client session in this step to enable
subsequent executions are able to check the client capabilities to determine
what actions they can perform. For instance, MCP Server checks the support of elicitation.
If elicititation is supported by the client MCP Server can send elicitation request.
* fix
* Add document for client capability based filtering
* Add return statement into the new example
Sampling is an advanced feature that allows servers to request LLM completions from clients. This enables bidirectional communication where servers can leverage client-side LLM capabilities for content generation, reasoning, and question answering.
0 commit comments