feat: add mcpServer in config map (#1953)

This commit is contained in:
Jingze
2025-03-26 14:30:41 +08:00
committed by GitHub
parent 386a208b14
commit 87fe1aeeb5
4 changed files with 686 additions and 0 deletions

View File

@@ -89,6 +89,9 @@ func NewConfigmapMgr(XDSUpdater model.XDSUpdater, namespace string, higressConfi
globalOptionController := NewGlobalOptionController(namespace)
configmapMgr.AddItemControllers(globalOptionController)
mcpServerController := NewMcpServerController(namespace)
configmapMgr.AddItemControllers(mcpServerController)
configmapMgr.initEventHandlers()
return configmapMgr