MCPcopy Create free account
hub / github.com/Noumena-Network/code / isSearchOrReadCommand

Function isSearchOrReadCommand

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

Source from the content-addressed store, hash-verified

1811 return tool.annotations?.openWorldHint ?? false
1812 },
1813 isSearchOrReadCommand() {
1814 return classifyMcpToolForCollapse(client.name, tool.name)
1815 },
1816 inputJSONSchema: tool.inputSchema as Tool['inputJSONSchema'],
1817 async checkPermissions() {
1818 return {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected