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

Function isOpenWorld

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

Source from the content-addressed store, hash-verified

39 return true
40 },
41 isOpenWorld() {
42 return false
43 },
44 name: SYNTHETIC_OUTPUT_TOOL_NAME,
45 searchHint: 'return the final response as structured JSON',
46 maxResultSizeChars: 100_000,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected