diff --git a/src/shared/protocol.ts b/src/shared/protocol.ts index 7df190ba1..363038ff0 100644 --- a/src/shared/protocol.ts +++ b/src/shared/protocol.ts @@ -380,7 +380,7 @@ export abstract class Protocol< id: request.id, error: { code: ErrorCode.MethodNotFound, - message: "Method not found", + message: `Method '${request.method}' not found`, }, }) .catch((error) =>