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

Function isOpenWorld

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

Source from the content-addressed store, hash-verified

28 isMcp: true,
29 // Overridden in mcpClient.ts with the real MCP tool name + args
30 isOpenWorld() {
31 return false
32 },
33 // Overridden in mcpClient.ts
34 name: 'mcp',
35 maxResultSizeChars: 100_000,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected