Clearing saved sessions
MCP tool
sitelens_auth_clear removes:
~/.sitelens/auth/{profileName}.json~/.sitelens/profiles/{profileName}/
{ "profileName": "my-app" }
Omit profileName to clear the default profile for the current workspace.
Manual cleanup
rm -f ~/.sitelens/auth/my-app.json
rm -rf ~/.sitelens/profiles/my-app
Headed browser
If sitelens_auth_start left a window open after MCP disconnected, close it manually. sitelens_auth_clear only closes MCP-tracked sessions.
Project .sitelens/config.json may be committed if it has no secrets; never commit auth JSON inside the repo.