public static class McpSchema.Root
extends java.lang.Object
public Root(java.lang.String uri,
java.lang.String name,
java.util.Map<java.lang.String,java.lang.Object> meta)
uri - The URI identifying the root. This *must* start with file:// for now.
This restriction may be relaxed in future versions of the protocol to allow other
URI schemes.name - An optional name for the root. This can be used to provide a
human-readable identifier for the root, which may be useful for display purposes or
for referencing the root in other parts of the application.meta - See specification for notes on _meta usagepublic Root(java.lang.String uri,
java.lang.String name)