allow WebFetch tool for the shard
This commit is contained in:
parent
650a03bc68
commit
ce5ed98482
1 changed files with 1 additions and 1 deletions
|
|
@ -226,4 +226,4 @@ pub async fn write_mcp_config(socket_path: &Path) -> anyhow::Result<std::path::P
|
||||||
Ok(path)
|
Ok(path)
|
||||||
}
|
}
|
||||||
|
|
||||||
pub const ALLOWED_TOOLS: &str = "Read,Edit,Write,Glob,Grep,WebSearch,mcp__matrix__send_message,mcp__matrix__send_dm,mcp__matrix__send_reaction,mcp__matrix__send_reply,mcp__matrix__list_rooms,mcp__matrix__list_room_members,mcp__matrix__get_room_history,mcp__matrix__fetch_event";
|
pub const ALLOWED_TOOLS: &str = "Read,Edit,Write,Glob,Grep,WebSearch,WebFetch,mcp__matrix__send_message,mcp__matrix__send_dm,mcp__matrix__send_reaction,mcp__matrix__send_reply,mcp__matrix__list_rooms,mcp__matrix__list_room_members,mcp__matrix__get_room_history,mcp__matrix__fetch_event";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue