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
"1. Call `notion_auth_browser` for a direct browser flow, or `notion_start_headless_auth` if the browser cannot be opened locally.",
290
+
"1. Prefer `notion_start_headless_auth` for agent-driven setup. Use `notion_auth_browser` only when the browser and MCP server are running on the same machine.",
291
291
f" For browser auth, prefer a long wait and pass `timeout_seconds: {DEFAULT_BROWSER_AUTH_TIMEOUT_SECONDS}` because users may need several minutes to finish consent and resource selection.",
292
292
f" `page_limit` now controls the size of the initial recent-items catalog. Values below {MIN_BROWSER_AUTH_PAGE_LIMIT} are clamped, but remote search still searches the whole shared workspace.",
293
293
"2. Complete the official Notion public integration consent page.",
"Use notion_auth_browser only when the browser and MCP server are on the same machine. When you do use it, "
670
+
f"prefer a long timeout_seconds value and keep waiting for the browser handoff to complete. Recommended starting point: {DEFAULT_BROWSER_AUTH_TIMEOUT_SECONDS}."
671
+
),
672
+
"headless_auth_hint": (
673
+
"Prefer notion_start_headless_auth for MCP and SSH-driven workflows. It does not depend on a 127.0.0.1 callback "
674
+
"to the machine running the MCP server."
673
675
),
674
676
"remote_auth_hint": (
675
677
"Detected an SSH or likely headless shell session. Prefer notion_start_headless_auth because the local-browser "
0 commit comments