Skip to content

Commit 9f80e4e

Browse files
committed
fix: remove UTF-8 BOM from url_validators.py
The BOM made ruff format flag the module on every pre-commit run. All 77 auth tests still pass.
1 parent e626b49 commit 9f80e4e

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
@@ -1,4 +1,4 @@
1-
"""OAuth 2.0 URL validation helpers for MCP authorization servers.
1+
"""OAuth 2.0 URL validation helpers for MCP authorization servers.
22
33
RFC 9700 4.1.1 and RFC 7591 2 require HTTPS for authorization endpoint URLs
44
and registered redirect_uris, with an HTTP loopback exception for local

0 commit comments

Comments
 (0)