Skip to content

Commit bec2f20

Browse files
committed
Move conformance-auth-client to scripts/conformance/
Same treatment as the unified conformance client: this is CI test infrastructure, not a user-facing example. Moved to scripts/conformance/auth-client.py and removed as a workspace member.
1 parent 70ab5ca commit bec2f20

File tree

5 files changed

+2
-129
lines changed

5 files changed

+2
-129
lines changed

examples/clients/conformance-auth-client/README.md

Lines changed: 0 additions & 49 deletions
This file was deleted.

examples/clients/conformance-auth-client/mcp_conformance_auth_client/__main__.py

Lines changed: 0 additions & 6 deletions
This file was deleted.

examples/clients/conformance-auth-client/pyproject.toml

Lines changed: 0 additions & 43 deletions
This file was deleted.

examples/clients/conformance-auth-client/mcp_conformance_auth_client/__init__.py renamed to scripts/conformance/auth-client.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
from urllib.parse import parse_qs, urlparse
3333

3434
import httpx
35+
from pydantic import AnyUrl
36+
3537
from mcp import ClientSession
3638
from mcp.client.auth import OAuthClientProvider, TokenStorage
3739
from mcp.client.auth.extensions.client_credentials import (
@@ -41,7 +43,6 @@
4143
)
4244
from mcp.client.streamable_http import streamable_http_client
4345
from mcp.shared.auth import OAuthClientInformationFull, OAuthClientMetadata, OAuthToken
44-
from pydantic import AnyUrl
4546

4647

4748
def get_conformance_context() -> dict[str, Any]:

uv.lock

Lines changed: 0 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)