mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 12:11:09 +00:00
Add excludeTools and includeTools to mcpServers config (#2976)
This commit is contained in:
parent
aa8e5776eb
commit
355fb4ac67
3 changed files with 131 additions and 0 deletions
|
|
@ -84,6 +84,8 @@ export class MCPServerConfig {
|
|||
readonly trust?: boolean,
|
||||
// Metadata
|
||||
readonly description?: string,
|
||||
readonly includeTools?: string[],
|
||||
readonly excludeTools?: string[],
|
||||
) {}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue