diff --git a/src/app/server/Server.cpp b/src/app/server/Server.cpp index a9bf10973420c2..eb7dd50d444163 100644 --- a/src/app/server/Server.cpp +++ b/src/app/server/Server.cpp @@ -270,6 +270,7 @@ CHIP_ERROR Server::Init(const ServerInitParams & initParams) .fabricTable = &mFabrics, .clientPool = &mCASEClientPool, .groupDataProvider = mGroupsProvider, + .mrpLocalConfig = Optional(GetLocalMRPConfig()), }, .devicePool = &mDevicePool, };