Skip to content

Remove broken browser automation from notion service#74

Merged
hynek-urban merged 3 commits into
mainfrom
mngr/remove-notion-browser-auth
May 22, 2026
Merged

Remove broken browser automation from notion service#74
hynek-urban merged 3 commits into
mainfrom
mngr/remove-notion-browser-auth

Conversation

@qi-imbue
Copy link
Copy Markdown
Contributor

Summary

  • Remove the Playwright-based NotionServiceSession from the notion service since the internal-integration login flow is broken. The service now has no getSession, so the rest of the codebase treats it as having no automated login.
  • Update notion's info string to direct agents to use notion-mcp unless valid credentials are already set for notion (credentials can still be set manually by the user).
  • The notion-mcp service is untouched.

Test plan

  • npx tsc --noEmit passes
  • npx vitest run passes (515 tests, including service registry, lint, typecheck)
  • Manually verify latchkey auth set notion -H "Authorization: Bearer <token>" still works and that latchkey no longer offers a browser login for notion

🤖 Generated with Claude Code

The Playwright-based login flow for Notion's internal integration page
was broken; remove the NotionServiceSession entirely so the service has
no automated login. Update the info string to direct agents to the
notion-mcp service unless valid credentials are already set, since users
can still configure credentials manually.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Vet found 0 issues.

Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Vet found 0 issues.

@hynek-urban
Copy link
Copy Markdown
Collaborator

@qi-imbue Thanks!

@hynek-urban hynek-urban merged commit eef4118 into main May 22, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants