We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0f9255 commit 1a96e92Copy full SHA for 1a96e92
1 file changed
src/mcp/server/auth/provider.py
@@ -64,7 +64,7 @@ class RegistrationError(Exception):
64
"invalid_scope",
65
"server_error",
66
"temporarily_unavailable",
67
- "invalid_target", # RFC 8707 §2 — resource indicator mismatch
+ "invalid_target",
68
]
69
70
0 commit comments