File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
src/ModelContextProtocol.Core/Protocol Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,10 @@ namespace ModelContextProtocol.Protocol;
99/// </summary>
1010/// <remarks>
1111/// Root URIs serve as entry points for resource navigation, typically representing
12- /// top-level directories or container resources that can be accessed and traversed.
13- /// Roots provide a hierarchical structure for organizing and accessing resources within the protocol.
14- /// Each root has a URI that uniquely identifies it and optional metadata like a human-readable name.
12+ /// top-level directories or container resources that are relevant to the current session.
13+ /// Roots inform servers which locations the client considers important, providing informational
14+ /// guidance rather than an access-control mechanism. Each root has a URI that uniquely identifies
15+ /// it and optional metadata like a human-readable name.
1516/// </remarks>
1617public sealed class Root
1718{
Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ namespace ModelContextProtocol.Protocol;
1313/// root URIs that serve as entry points for resource navigation.
1414/// </para>
1515/// <para>
16- /// The roots capability establishes a mechanism for servers to discover and access the hierarchical
17- /// structure of resources provided by a client . Root URIs represent top-level entry points from which
18- /// servers can navigate to access specific resources .
16+ /// The roots capability establishes a mechanism for servers to discover the directories and files
17+ /// the client considers relevant . Root URIs represent top-level entry points that inform the server
18+ /// about the working context, providing informational guidance rather than enforcing access control .
1919/// </para>
2020/// <para>
2121/// See the <see href="https://github.com/modelcontextprotocol/specification/blob/main/schema/">schema</see> for details.
You can’t perform that action at this time.
0 commit comments