Skip to main content
type RootsValue = 
  | RootInput[]
  | (() => 
  | RootInput[]
  | Promise<RootInput[]>);
Defined in: client/client.ts:73 Static list of roots, or an async callback invoked on each roots/list request. URI strings are normalised to file:// URIs automatically; relative paths are resolved against process.cwd().