From 57205cd29c41afe85c78a3b5c1962bb3d1f1b27c Mon Sep 17 00:00:00 2001 From: main Date: Tue, 24 Mar 2026 13:19:18 -0400 Subject: Disable Claude web search in consults --- crates/phone-opus/src/mcp/protocol.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/phone-opus/src/mcp/protocol.rs') diff --git a/crates/phone-opus/src/mcp/protocol.rs b/crates/phone-opus/src/mcp/protocol.rs index b1ee587..9d3ec1a 100644 --- a/crates/phone-opus/src/mcp/protocol.rs +++ b/crates/phone-opus/src/mcp/protocol.rs @@ -28,7 +28,7 @@ Prefer specific recommendations over vague commentary. If there are no meaningfu The real prompt follows."; pub(crate) const CLAUDE_EFFORT: &str = "max"; pub(crate) const CLAUDE_MODEL: &str = "claude-opus-4-6"; -pub(crate) const CLAUDE_TOOLSET: &str = "Bash,Read,Grep,Glob,LS,WebFetch,WebSearch"; +pub(crate) const CLAUDE_TOOLSET: &str = "Bash,Read,Grep,Glob,LS,WebFetch"; pub(crate) const EMPTY_MCP_CONFIG: &str = "{\"mcpServers\":{}}"; #[derive(Clone, Debug, Deserialize, Serialize)] -- cgit v1.2.3