Skip to content

Commit f734a39

Browse files
update register_all_routes call
1 parent dc0dc71 commit f734a39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/factory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ async def create_app():
3636
# Register all route handlers and mount the MCP server. The MCP
3737
# http_app's lifespan context manager is stored on app.state so the
3838
# application lifespan can enter/exit it at the right time.
39-
mcp_lifespan_ctx = register_all_routes(app, services)
39+
mcp_lifespan_ctx = register_all_routes(app)
4040
app.state.mcp_lifespan_ctx = mcp_lifespan_ctx
4141

4242
# Wire startup/shutdown via on_event handlers (not lifespan=) so that

0 commit comments

Comments
 (0)