Class Nexus\Mcp\Server\Handler\Request\SetLevelRequestHandler

final
readonly
implements RequestHandlerInterface<'logging/setLevel', EmptyResult, ServerContext>

Handles the logging/setLevel request by updating the server's minimum log level so subsequent ServerContext::log() calls below the threshold are dropped before reaching the transport.

Methods