You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mcp.WithDescription("Get the RAG document tree for navigation. Call without arguments first to see all communities, then pass community_id to drill into a specific one."),
268
268
mcp.WithString("community_id", mcp.Description("Community node ID as shown in the tree (e.g. 'community:auth'). Omit to get the full tree.")),
269
+
mcp.WithNumber("depth", mcp.Description("Maximum tree depth to return (1=communities only, 2=communities+files, 3=including symbols). Default: 0 (unlimited).")),
0 commit comments