We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 804977c commit 415d9d0Copy full SHA for 415d9d0
lua/mcphub/hub.lua
@@ -342,6 +342,7 @@ function MCPHub:start()
342
343
-- Make sure to load after the config is refreshed to avoid double reading of config files
344
native.setup(config.native_servers)
345
+ self:fire_servers_updated()
346
347
-- Step 3: Check if server is already running on the resolved port and is of same version in cases of plugin updated
348
self:check_server(function(is_running, is_our_server, is_same_version)
0 commit comments