MCPcopy Create free account
hub / github.com/anus-dev/ANUS / methodNotFound

Method methodNotFound

packages/cli/src/zed-integration/acp.ts:314–316  ·  view source on GitHub ↗
(details?: string)

Source from the content-addressed store, hash-verified

312 }
313
314 static methodNotFound(details?: string): RequestError {
315 return new RequestError(-32601, 'Method not found', details);
316 }
317
318 static invalidParams(details?: string): RequestError {
319 return new RequestError(-32602, 'Invalid params', details);

Callers 1

handlerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected