open-webui: enable fetcher-mcp
This commit is contained in:
parent
2b621988e4
commit
1410a59140
1 changed files with 3 additions and 4 deletions
|
|
@ -34,10 +34,9 @@ in
|
||||||
port = 8765;
|
port = 8765;
|
||||||
settings = {
|
settings = {
|
||||||
mcpServers = {
|
mcpServers = {
|
||||||
# fetcher-mcp = {
|
fetcher-mcp = {
|
||||||
# command = getExe pkgs.synix.fetcher-mcp;
|
command = getExe pkgs.synix.fetcher-mcp;
|
||||||
# url = "http://127.0.0.1:8001/fetcher-mcp";
|
};
|
||||||
# };
|
|
||||||
nixos = {
|
nixos = {
|
||||||
command = getExe pkgs.nix;
|
command = getExe pkgs.nix;
|
||||||
args = [
|
args = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue