From 53f8755c1b1496c2dd83d8c1faf02cd4bb3c9be3 Mon Sep 17 00:00:00 2001 From: Farouk Brown Date: Sun, 5 Oct 2025 22:18:00 +0100 Subject: [PATCH] mcphub-nvim:fix example link in server_url opt --- modules/plugins/assistant/mcphub/mcphub-nvim.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {