File tree Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 6
6
///
7
7
/// Generated from : <https://github.com/modelcontextprotocol/specification.git>
8
8
/// Hash : 63e1dbb75456b359b9ed8b27d21f4ac68cbb753e
9
- /// Generated at : 2025-02-14 08:18:40
9
+ /// Generated at : 2025-02-17 17:12:03
10
10
/// ----------------------------------------------------------------------------
11
11
///
12
12
/// MCP Protocol Version
Original file line number Diff line number Diff line change @@ -1385,6 +1385,11 @@ impl JsonrpcErrorError {
1385
1385
self
1386
1386
}
1387
1387
}
1388
+ impl std:: error:: Error for JsonrpcErrorError {
1389
+ fn description ( & self ) -> & str {
1390
+ & self . message
1391
+ }
1392
+ }
1388
1393
impl Display for JsonrpcErrorError {
1389
1394
fn fmt ( & self , f : & mut std:: fmt:: Formatter < ' _ > ) -> std:: fmt:: Result {
1390
1395
write ! (
Original file line number Diff line number Diff line change 6
6
///
7
7
/// Generated from : <https://github.com/modelcontextprotocol/specification.git>
8
8
/// Hash : 63e1dbb75456b359b9ed8b27d21f4ac68cbb753e
9
- /// Generated at : 2025-02-14 08:18:40
9
+ /// Generated at : 2025-02-17 17:12:04
10
10
/// ----------------------------------------------------------------------------
11
11
///
12
12
/// MCP Protocol Version
Original file line number Diff line number Diff line change @@ -1379,6 +1379,11 @@ impl JsonrpcErrorError {
1379
1379
self
1380
1380
}
1381
1381
}
1382
+ impl std:: error:: Error for JsonrpcErrorError {
1383
+ fn description ( & self ) -> & str {
1384
+ & self . message
1385
+ }
1386
+ }
1382
1387
impl Display for JsonrpcErrorError {
1383
1388
fn fmt ( & self , f : & mut std:: fmt:: Formatter < ' _ > ) -> std:: fmt:: Result {
1384
1389
write ! (
You can’t perform that action at this time.
0 commit comments