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]
|
#[must_use]
|
||||||
pub fn allowed_mcp_tools(flavor: Flavor) -> Vec<String> {
|
pub fn allowed_mcp_tools(flavor: Flavor) -> Vec<String> {
|
||||||
let names: &[&str] = match flavor {
|
let names: &[&str] = match flavor {
|
||||||
Flavor::Agent => &["send", "recv", "ask_operator"],
|
Flavor::Agent => &["send", "recv", "ask_operator", "remind"],
|
||||||
Flavor::Manager => &[
|
Flavor::Manager => &[
|
||||||
"send",
|
"send",
|
||||||
"recv",
|
"recv",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue