diff --git a/modules/plugins/assistant/mcphub/mcphub-nvim.nix b/modules/plugins/assistant/mcphub/mcphub-nvim.nix index 483e6424..99267d1e 100644 --- a/modules/plugins/assistant/mcphub/mcphub-nvim.nix +++ b/modules/plugins/assistant/mcphub/mcphub-nvim.nix @@ -25,7 +25,7 @@ in { type = nullOr str; default = null; description = "The URL for the mcp-hub server in cases where it is hosted somewhere else."; - example = "http://mydomain.com:customport"; + example = "http://mydomain.com:8080"; }; config_path = mkOption {