diff --git a/navi/profiles/developer/config.json b/navi/profiles/developer/config.json index f4d707a..2e70394 100644 --- a/navi/profiles/developer/config.json +++ b/navi/profiles/developer/config.json @@ -66,8 +66,8 @@ "mcp_servers": { "navi-web": [ "search", - "web_view", - "http_request" + "browse", + "request" ] } } \ No newline at end of file diff --git a/navi/profiles/discuss/config.json b/navi/profiles/discuss/config.json index b2c1f2b..4ea327f 100644 --- a/navi/profiles/discuss/config.json +++ b/navi/profiles/discuss/config.json @@ -30,8 +30,8 @@ ], "navi-web": [ "search", - "web_view", - "http_request" + "browse", + "request" ] }, "subagent_tools": [], diff --git a/navi/profiles/modeler_3d/config.json b/navi/profiles/modeler_3d/config.json index 4ee27ea..05b7938 100644 --- a/navi/profiles/modeler_3d/config.json +++ b/navi/profiles/modeler_3d/config.json @@ -59,8 +59,8 @@ ], "navi-web": [ "search", - "web_view", - "http_request" + "browse", + "request" ] }, "top_k": 30, diff --git a/navi/profiles/secretary/config.json b/navi/profiles/secretary/config.json index 876d6ab..506155c 100644 --- a/navi/profiles/secretary/config.json +++ b/navi/profiles/secretary/config.json @@ -65,8 +65,8 @@ "mcp_servers": { "navi-web": [ "search", - "web_view", - "http_request" + "browse", + "request" ] } } \ No newline at end of file diff --git a/navi/profiles/server_admin/config.json b/navi/profiles/server_admin/config.json index b164207..c797711 100644 --- a/navi/profiles/server_admin/config.json +++ b/navi/profiles/server_admin/config.json @@ -64,8 +64,8 @@ ], "navi-web": [ "search", - "web_view", - "http_request" + "browse", + "request" ] }, "planning_mandatory": false,