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
|
|
@ -91,5 +91,6 @@ export async function loadCliConfig(settings: Settings): Promise<Config> {
|
|||
argv.full_context || false,
|
||||
settings.toolDiscoveryCommand,
|
||||
settings.toolCallCommand,
|
||||
settings.mcpServerCommand,
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue