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

Function isOpenWorld

src/services/mcp/client.ts:1807–1809  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1805 return tool.annotations?.destructiveHint ?? false
1806 },
1807 isOpenWorld() {
1808 return tool.annotations?.openWorldHint ?? false
1809 },
1810 isSearchOrReadCommand() {
1811 return classifyMcpToolForCollapse(client.name, tool.name)
1812 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected