Skip to content

Commit 7a57f83

Browse files
Update src/mcpm/router/router.py
1 parent ca2f422 commit 7a57f83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcpm/router/router.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ async def get_sse_server_app(
614614
api_key = None if not self.router_config.auth_enabled else self.router_config.api_key
615615
sse = RouterSseTransport("/messages/", api_key=api_key)
616616

617-
async def handle_sse(request: Request):
617+
async def handle_sse(request: Request) -> Response:
618618
async def app(scope: Scope, receive: Receive, send: Send) -> None:
619619
async with sse.connect_sse(
620620
scope,

0 commit comments

Comments
 (0)