mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-08 22:45:30 +00:00
mcphub-nvim:fix example link in server_url opt
This commit is contained in:
parent
415da7af6c
commit
53f8755c1b
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue