We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b6b9d3 commit 3017e6aCopy full SHA for 3017e6a
1 file changed
tests/shared/test_auth.py
@@ -3,7 +3,7 @@
3
import pytest
4
from pydantic import ValidationError
5
6
-from mcp.shared.auth import InvalidScopeError, OAuthClientInformationFull, OAuthClientMetadata, OAuthMetadata
+from mcp.shared.auth import InvalidScopeError, OAuthClientInformationFull, OAuthMetadata
7
8
9
def _make_client(scope: str | None) -> OAuthClientInformationFull:
0 commit comments