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
/// When this capability is enabled, an MCP server can request the client to provide additional information
12
12
/// during interactions. The client must set a <see cref="ModelContextProtocol.Client.McpClientHandlers.ElicitationHandler"/> to process these requests.
13
13
/// </para>
14
+
/// <para>
15
+
/// This class is intentionally empty as the Model Context Protocol specification does not
16
+
/// currently define additional properties for sampling capabilities. Future versions of the
17
+
/// specification may extend this capability with additional configuration options.
18
+
/// </para>
14
19
/// </remarks>
15
20
publicsealedclassElicitationCapability
16
21
{
17
-
// Currently empty in the spec, but may be extended in the future.
0 commit comments