mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-03 14:10:43 +00:00
confirm mcp tool executions from untrusted servers (per "trust" setting) (#631)
This commit is contained in:
parent
a60e51f44d
commit
2e57989aec
7 changed files with 101 additions and 6 deletions
|
|
@ -33,6 +33,7 @@ export class MCPServerConfig {
|
|||
readonly url?: string,
|
||||
// Common
|
||||
readonly timeout?: number,
|
||||
readonly trust?: boolean,
|
||||
) {}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue