ITADN

Request options to potentially treat mcp bridged tools with auto yes responses in CMD aichat mode

#204Closedg19fanatic 创建于 2025-07-24
enhancement
G
g19fanaticcommented
**Is your feature request related to a problem? Please describe.** The problem arises from attempting to utilize MCP services. If I define local tools, they will get executed without concern for user input during aichat CMD calls. i.e. I have a directory of files and need to process them. `find . -type f | xargs -I{} bash -c 'aichat use THE_FILE_PROCESSING_TOOL and process this file: {} read it in with fs_cat and summarize after processing'` If the tool is a llm_functions tool, it just goes ahead and executes it as I'd expect. If this tool is a mcp tool, and I execute this explicit command in repl mode, it'll ask if I want to continue. responding Y works just fine. If I'm in CMD mode, it errors out. **Describe the solution you'd like** I'd like an option/way to be able to just pass yes/skip the confirmation in CMD mode.
关闭于 2025-07-25 3 条评论