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 3e798bf commit 10f8cc8Copy full SHA for 10f8cc8
examples/servers/simple-auth/mcp_simple_auth/server.py
@@ -45,11 +45,6 @@ class ResourceServerSettings(BaseSettings):
45
# RFC 8707 resource validation
46
oauth_strict: bool = False
47
48
- # TODO(Marcelo): Is this even needed? I didn't have time to check.
49
- def __init__(self, **data: Any):
50
- """Initialize settings with values from environment variables."""
51
- super().__init__(**data)
52
-
53
54
def create_resource_server(settings: ResourceServerSettings) -> FastMCP:
55
"""
0 commit comments