Namespace Nexus\Mcp\Client

Classes
Client

Client-side entry point: drives the transport lifecycle, runs the initialize handshake, and exposes the typed JSON-RPC operations a client issues against an MCP server.

ClientBuilder

Fluent builder that assembles the per-feature handler registries, the client-side dispatch kernel, the outbound-request correlator, and the handshake gate into a runnable Client instance.

ClientContext

Context passed to client-side request and notification handlers.

Namespaces
Nexus\Mcp\Client\Dispatch
Nexus\Mcp\Client\Exception
Nexus\Mcp\Client\Handler
Nexus\Mcp\Client\Transport