Skip to content

Commit d142581

Browse files
authored
fix: lint
1 parent 6891bb7 commit d142581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp/server/fastmcp/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ async def handle_sse(scope: Scope, receive: Receive, send: Send):
761761
routes.append(
762762
Mount(
763763
normalized_message_endpoint,
764-
app=RequireAuthMiddleware(sse.handle_post_message, required_scopes,resource_metadata_url),
764+
app=RequireAuthMiddleware(sse.handle_post_message, required_scopes, resource_metadata_url),
765765
)
766766
)
767767
else:

0 commit comments

Comments
 (0)