Documentation / @agentick/mcp / Root
Interface: Root
Defined in: protocol/types.ts:535
A filesystem boundary declared by the client. Per MCP spec 2025-11-25, uri MUST be a file:// URI; other schemes are filtered out by the server's defensive parser.
Properties
name?
optionalname:string
Defined in: protocol/types.ts:539
Optional human-readable display name.
uri
uri:
string
Defined in: protocol/types.ts:537
file:// URI of the root directory.