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

Function toAutoClassifierInput

src/services/mcp/client.ts:1801–1803  ·  view source on GitHub ↗
(input)

Source from the content-addressed store, hash-verified

1799 return tool.annotations?.readOnlyHint ?? false
1800 },
1801 toAutoClassifierInput(input) {
1802 return mcpToolInputToAutoClassifierInput(input, tool.name)
1803 },
1804 isDestructive() {
1805 return tool.annotations?.destructiveHint ?? false
1806 },

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected