Skip to content

Commit f66c343

Browse files
committed
Fix validate_issuer_url type hint from AnyHttpUrl to AnyUrl
1 parent 8f0f5a2 commit f66c343

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mcp/server/auth/url_validators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from pydantic import AnyUrl
99

1010

11-
def validate_issuer_url(url: AnyHttpUrl):
11+
def validate_issuer_url(url: AnyUrl):
1212
"""Validate that the issuer URL meets OAuth 2.0 requirements.
1313
1414
Args:

0 commit comments

Comments
 (0)