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 7ab353f commit 59d9bfdCopy full SHA for 59d9bfd
examples/servers/simple-auth/mcp_simple_auth/server.py
@@ -125,7 +125,7 @@ def create_resource_server(settings: ResourceServerSettings) -> FastMCP:
125
host=settings.host,
126
port=settings.port,
127
debug=True,
128
- # No auth settings - we'll handle authentication with custom middleware
+ # No auth settings - this is RS, not AS
129
)
130
131
# Add the protected resource metadata route using FastMCP's custom_route
0 commit comments