Skip to content

Commit acf937f

Browse files
committed
fix: Fix imports from mcp 1.20.0
1 parent 6f71819 commit acf937f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

e2e_tests/python/server_clients/automated_oauth.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
import httpx
1717
from botocore.exceptions import ClientError
1818

19-
from mcp.client.auth import OAuthClientProvider, TokenStorage, OAuthContext
19+
from mcp.client.auth import OAuthClientProvider, TokenStorage
20+
from mcp.client.auth.oauth2 import OAuthContext
2021
from mcp.client.session import ClientSession
2122
from mcp.client.streamable_http import streamablehttp_client, MCP_PROTOCOL_VERSION
2223
from mcp.shared.auth import (

0 commit comments

Comments
 (0)