MCPcopy Index your code
hub / github.com/modelcontextprotocol/python-sdk / client_metadata

Function client_metadata

tests/client/test_auth.py:72–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

70
71@pytest.fixture
72def client_metadata():
73 return OAuthClientMetadata(
74 client_name="Test Client",
75 client_uri=AnyHttpUrl("https://example.com"),
76 redirect_uris=[AnyUrl("http://localhost:3030/callback")],
77 scope="read write",
78 )
79
80
81@pytest.fixture

Callers

nothing calls this directly

Calls 1

OAuthClientMetadataClass · 0.90

Tested by

no test coverage detected