Skip to content

Commit bdea6dd

Browse files
committed
default client consent to false to preserve backwards compatibility
1 parent 7d02725 commit bdea6dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp/server/auth/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class ClientRegistrationOptions(BaseModel):
66
client_secret_expiry_seconds: int | None = None
77
valid_scopes: list[str] | None = None
88
default_scopes: list[str] | None = None
9-
client_consent_required: bool = True
9+
client_consent_required: bool = False
1010
client_consent_path: str | None = None
1111

1212

0 commit comments

Comments
 (0)