mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 19:52:02 +00:00
support for mcp tools
This commit is contained in:
parent
6b6eef5b80
commit
9742f6e4a2
6 changed files with 677 additions and 46 deletions
|
|
@ -22,6 +22,7 @@ export interface Settings {
|
|||
sandbox?: boolean | string;
|
||||
toolDiscoveryCommand?: string;
|
||||
toolCallCommand?: string;
|
||||
mcpServerCommand?: string;
|
||||
// Add other settings here.
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue