Add excludeTools and includeTools to mcpServers config (#2976)

This commit is contained in:
Jordan Demeulenaere
2025-07-07 18:34:26 +02:00
committed by GitHub
parent aa8e5776eb
commit 355fb4ac67
3 changed files with 131 additions and 0 deletions

View File

@@ -84,6 +84,8 @@ export class MCPServerConfig {
readonly trust?: boolean,
// Metadata
readonly description?: string,
readonly includeTools?: string[],
readonly excludeTools?: string[],
) {}
}