MCPcopy Create free account
hub / github.com/codeaashu/claude-code / isEnabled

Function isEnabled

src/tools/SyntheticOutputTool/SyntheticOutputTool.ts:30–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28export const SyntheticOutputTool = buildTool({
29 isMcp: false,
30 isEnabled() {
31 // This tool is only created when conditions are met (see main.tsx where
32 // isSyntheticOutputToolEnabled() gates tool creation). Once created, always enabled.
33 return true
34 },
35 isConcurrencySafe() {
36 return true
37 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected