diff --git a/schema/2024-11-05/schema.json b/schema/2024-11-05/schema.json index de1d516..97a92f0 100644 --- a/schema/2024-11-05/schema.json +++ b/schema/2024-11-05/schema.json @@ -1876,7 +1876,7 @@ "properties": { "level": { "$ref": "#/definitions/LoggingLevel", - "description": "The level of logging that the client wants to receive from the server. The server should send all logs at this level and higher (i.e., more severe) to the client as notifications/logging/message." + "description": "The level of logging that the client wants to receive from the server. The server should send all logs at this level and higher (i.e., more severe) to the client as notifications/message." } }, "required": [ diff --git a/schema/2024-11-05/schema.ts b/schema/2024-11-05/schema.ts index 589fb53..a40e908 100644 --- a/schema/2024-11-05/schema.ts +++ b/schema/2024-11-05/schema.ts @@ -714,7 +714,7 @@ export interface SetLevelRequest extends Request { method: "logging/setLevel"; params: { /** - * The level of logging that the client wants to receive from the server. The server should send all logs at this level and higher (i.e., more severe) to the client as notifications/logging/message. + * The level of logging that the client wants to receive from the server. The server should send all logs at this level and higher (i.e., more severe) to the client as notifications/message. */ level: LoggingLevel; }; diff --git a/schema/draft/schema.json b/schema/draft/schema.json index 1f91ad4..cf96011 100644 --- a/schema/draft/schema.json +++ b/schema/draft/schema.json @@ -1920,7 +1920,7 @@ "properties": { "level": { "$ref": "#/definitions/LoggingLevel", - "description": "The level of logging that the client wants to receive from the server. The server should send all logs at this level and higher (i.e., more severe) to the client as notifications/logging/message." + "description": "The level of logging that the client wants to receive from the server. The server should send all logs at this level and higher (i.e., more severe) to the client as notifications/message." } }, "required": [ diff --git a/schema/draft/schema.ts b/schema/draft/schema.ts index 0207049..5f93e96 100644 --- a/schema/draft/schema.ts +++ b/schema/draft/schema.ts @@ -707,7 +707,7 @@ export interface SetLevelRequest extends Request { method: "logging/setLevel"; params: { /** - * The level of logging that the client wants to receive from the server. The server should send all logs at this level and higher (i.e., more severe) to the client as notifications/logging/message. + * The level of logging that the client wants to receive from the server. The server should send all logs at this level and higher (i.e., more severe) to the client as notifications/message. */ level: LoggingLevel; };