feat: add OAuth login and MCP session connect

This commit is contained in:
2026-09-01 12:06:01 -05:00
parent 3983d0b335
commit 9915ff0c5f
7 changed files with 408 additions and 6 deletions
+1 -1
View File
@@ -23,5 +23,5 @@ func Login(ctx context.Context, cfg Config) (accountID string, err error) {
}
return "", nil
}
return "", fmt.Errorf("login: no ROBINHOOD_ACCESS_TOKEN and oauth not wired")
return loginOAuth(ctx, cfg)
}