Files
google-mcp/auth
Rob Sherman f1705ce81b fix(auth): filter non-credential files from list_users()
LocalDirectoryCredentialStore.list_users() enumerates all .json files
in the credentials directory, but oauth_states.json (written by
PersistentOAuthStateStore) is not a user credential file. In
single-user mode, this file can be picked up first alphabetically,
causing a TypeError when accessing credentials.scopes (None) since
the state file has no scopes field.

Filter out known non-credential files and filenames without '@' to
ensure only actual user credential files are returned.
2026-02-13 13:40:56 -08:00
..
2025-12-13 13:49:28 -08:00
2026-02-10 17:00:41 -05:00
2026-02-07 13:35:32 -05:00
2026-02-05 11:31:44 -05:00
2026-02-10 17:22:28 -05:00
2026-02-05 11:17:59 -05:00
2025-12-13 13:49:28 -08:00
2026-01-31 13:14:27 -05:00