Skip to content

Documentation / @agentick/mcp / Root

Interface: Root

Defined in: protocol/types.ts:553

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?

optional name: string

Defined in: protocol/types.ts:557

Optional human-readable display name.


uri

uri: string

Defined in: protocol/types.ts:555

file:// URI of the root directory.

Released under the ISC License.