Skip to content

Commit 1a96e92

Browse files
authored
Apply suggestion from @Kludex
1 parent b0f9255 commit 1a96e92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mcp/server/auth/provider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class RegistrationError(Exception):
6464
"invalid_scope",
6565
"server_error",
6666
"temporarily_unavailable",
67-
"invalid_target", # RFC 8707 §2 — resource indicator mismatch
67+
"invalid_target",
6868
]
6969

7070

0 commit comments

Comments
 (0)