(name: string)
| 1517 | /* eslint-enable @typescript-eslint/no-require-imports */ |
| 1518 | |
| 1519 | function isDefaultDisabledBuiltin(name: string): boolean { |
| 1520 | return DEFAULT_DISABLED_BUILTIN !== null && name === DEFAULT_DISABLED_BUILTIN |
| 1521 | } |
| 1522 | |
| 1523 | /** |
| 1524 | * Check if an MCP server is disabled |
no outgoing calls
no test coverage detected