swarm repositories / source
aboutsummaryrefslogtreecommitdiff
path: root/crates/phone-opus/src/mcp
diff options
context:
space:
mode:
authormain <main@swarm.moe>2026-03-24 13:19:18 -0400
committermain <main@swarm.moe>2026-03-24 13:19:18 -0400
commit57205cd29c41afe85c78a3b5c1962bb3d1f1b27c (patch)
tree3b6336cb705eea622cbdc4f9eb32a5ed3c72bcaf /crates/phone-opus/src/mcp
parent53797d1f9bbaf73778cbb9dd6ad2f857ba1a88e2 (diff)
downloadphone_opus-57205cd29c41afe85c78a3b5c1962bb3d1f1b27c.zip
Disable Claude web search in consults
Diffstat (limited to 'crates/phone-opus/src/mcp')
-rw-r--r--crates/phone-opus/src/mcp/protocol.rs2
1 files changed, 1 insertions, 1 deletions
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)]