Table of Contents

Method WithBearerToken

Namespace
LMKit.Mcp.Client
Assembly
LM-Kit.NET.dll

WithBearerToken(string)

Sets the Bearer token for authentication (HTTP transport only).

public McpClientBuilder WithBearerToken(string token)

Parameters

token string

The Bearer token.

Returns

McpClientBuilder

This builder instance for method chaining.