We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c72fbf7 commit dbed3dfCopy full SHA for dbed3df
src/mcp/server/auth/settings.py
@@ -25,5 +25,6 @@ class AuthSettings(BaseModel):
25
# Resource Server settings (when operating as RS only)
26
resource_server_url: AnyHttpUrl | None = Field(
27
...,
28
- description="OAuth authorization server URL that issues tokens for this resource server.",
+ description="The URL of the MCP server to be used as the resource identifier "
29
+ "and base route to look up OAuth Protected Resource Metadata.",
30
)
0 commit comments