allow WebFetch tool for the shard

This commit is contained in:
Damocles 2026-05-01 14:00:49 +02:00
parent 650a03bc68
commit ce5ed98482

View file

@ -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";