agent mcp: add 'remind' to --allowedTools so claude doesn't have to ask
This commit is contained in:
parent
0c606fd2dd
commit
07b7988915
1 changed files with 1 additions and 1 deletions
|
|
@ -738,7 +738,7 @@ pub enum Flavor {
|
|||
#[must_use]
|
||||
pub fn allowed_mcp_tools(flavor: Flavor) -> Vec<String> {
|
||||
let names: &[&str] = match flavor {
|
||||
Flavor::Agent => &["send", "recv", "ask_operator"],
|
||||
Flavor::Agent => &["send", "recv", "ask_operator", "remind"],
|
||||
Flavor::Manager => &[
|
||||
"send",
|
||||
"recv",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue