Skip to content

Commit 59d9bfd

Browse files
committed
update comment
1 parent 7ab353f commit 59d9bfd

File tree

1 file changed

+1
-1
lines changed
  • examples/servers/simple-auth/mcp_simple_auth

1 file changed

+1
-1
lines changed

examples/servers/simple-auth/mcp_simple_auth/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def create_resource_server(settings: ResourceServerSettings) -> FastMCP:
125125
host=settings.host,
126126
port=settings.port,
127127
debug=True,
128-
# No auth settings - we'll handle authentication with custom middleware
128+
# No auth settings - this is RS, not AS
129129
)
130130

131131
# Add the protected resource metadata route using FastMCP's custom_route

0 commit comments

Comments
 (0)