API Reference / UnknownMethodError
Class: UnknownMethodError
Defined in: src/mcp/Server.ts:30
An unrecognized JSON-RPC method — maps to -32601.
Extends
Error
Constructors
Constructor
new UnknownMethodError(
message?):UnknownMethodError
Defined in: node_modules/typescript/lib/lib.es5.d.ts:1082
Parameters
message?
string
Returns
UnknownMethodError
Inherited from
Error.constructor