Method WithClientInfo
WithClientInfo(string, string, string)
Sets the client information sent during MCP initialization.
public McpClientBuilder WithClientInfo(string name, string title = null, string version = null)
Parameters
namestringThe client name (e.g., "MyApp").
titlestringThe client title (e.g., "My Application").
versionstringThe client version (e.g., "1.0.0").
Returns
- McpClientBuilder
This builder instance for method chaining.