fix(client/auth): use stored refresh_token on 401 instead of full re-authorization by beraterkanelcelik · Pull Request #2875 · modelcontextprotocol/python-sdk · GitHub
Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions src/mcp/client/auth/oauth2.py
162 changes: 160 additions & 2 deletions tests/client/test_auth.py
Loading