Merge pull request 'open-webui: enable fetcher-mcp' (#66) from develop into master
All checks were successful
Deploy configs / deploy-configs (push) Successful in 23s
All checks were successful
Deploy configs / deploy-configs (push) Successful in 23s
Reviewed-on: #66
This commit is contained in:
commit
482dcb31c8
1 changed files with 3 additions and 4 deletions
|
|
@ -34,10 +34,9 @@ in
|
|||
port = 8765;
|
||||
settings = {
|
||||
mcpServers = {
|
||||
# fetcher-mcp = {
|
||||
# command = getExe pkgs.synix.fetcher-mcp;
|
||||
# url = "http://127.0.0.1:8001/fetcher-mcp";
|
||||
# };
|
||||
fetcher-mcp = {
|
||||
command = getExe pkgs.synix.fetcher-mcp;
|
||||
};
|
||||
nixos = {
|
||||
command = getExe pkgs.nix;
|
||||
args = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue