Create a minimal ServiceManager for local kernels.
This service manager returns LocalKernelConnection when sessions are created,
Bypassing the standard Jupyter server HTTP/WebSocket flow.
Parameters
kernelId: string
Unique identifier for the local kernel.
kernelName: string
Display name of the kernel spec.
url: string
Base URL for kernel connection endpoints.
Returns IManager
ServiceManager configured for local kernel communication.
Create a minimal ServiceManager for local kernels. This service manager returns LocalKernelConnection when sessions are created, Bypassing the standard Jupyter server HTTP/WebSocket flow.