mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
Add excludeTools and includeTools to mcpServers config (#2976)
This commit is contained in:
committed by
GitHub
parent
aa8e5776eb
commit
355fb4ac67
@@ -84,6 +84,8 @@ export class MCPServerConfig {
|
||||
readonly trust?: boolean,
|
||||
// Metadata
|
||||
readonly description?: string,
|
||||
readonly includeTools?: string[],
|
||||
readonly excludeTools?: string[],
|
||||
) {}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user