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

Class ClientRegistrationOptions

src/mcp/server/auth/settings.py:4–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3
4class ClientRegistrationOptions(BaseModel):
5 enabled: bool = False
6 client_secret_expiry_seconds: int | None = None
7 valid_scopes: list[str] | None = None
8 default_scopes: list[str] | None = None
9
10
11class RevocationOptions(BaseModel):

Callers 7

create_auth_routesFunction · 0.90
test_build_metadataFunction · 0.90
auth_appFunction · 0.90
appFunction · 0.90
auth_settingsFunction · 0.90
create_simple_mcp_serverFunction · 0.90

Calls

no outgoing calls

Tested by 3

test_build_metadataFunction · 0.72
auth_appFunction · 0.72
appFunction · 0.72