namespace RhMcp; // Canonical documentation URLs surfaced from the UI. Kept in one place so the in-product links // can't drift from the published site. internal static class DocsLinks { // Installing and authing an AI agent (Claude, Codex, Gemini) for the in-Rhino panel. public const string GettingStarted = "https://mcneel.github.io/RhinoMCP/docs/getting-started/"; }