MCPcopy Index your code
hub / github.com/codeaashu/claude-code / isDefaultDisabledBuiltin

Function isDefaultDisabledBuiltin

src/services/mcp/config.ts:1519–1521  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

1517/* eslint-enable @typescript-eslint/no-require-imports */
1518
1519function 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

Callers 2

isMcpServerDisabledFunction · 0.85
setMcpServerEnabledFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected