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 66///
77/// Generated from : <https://github.com/modelcontextprotocol/specification.git>
88/// Hash : 63e1dbb75456b359b9ed8b27d21f4ac68cbb753e
9- /// Generated at : 2025-02-14 08:18:40
9+ /// Generated at : 2025-02-17 17:12:03
1010/// ----------------------------------------------------------------------------
1111///
1212/// MCP Protocol Version
Original file line number Diff line number Diff line change @@ -1385,6 +1385,11 @@ impl JsonrpcErrorError {
13851385 self
13861386 }
13871387}
1388+ impl std:: error:: Error for JsonrpcErrorError {
1389+ fn description ( & self ) -> & str {
1390+ & self . message
1391+ }
1392+ }
13881393impl Display for JsonrpcErrorError {
13891394 fn fmt ( & self , f : & mut std:: fmt:: Formatter < ' _ > ) -> std:: fmt:: Result {
13901395 write ! (
Original file line number Diff line number Diff line change 66///
77/// Generated from : <https://github.com/modelcontextprotocol/specification.git>
88/// Hash : 63e1dbb75456b359b9ed8b27d21f4ac68cbb753e
9- /// Generated at : 2025-02-14 08:18:40
9+ /// Generated at : 2025-02-17 17:12:04
1010/// ----------------------------------------------------------------------------
1111///
1212/// MCP Protocol Version
Original file line number Diff line number Diff line change @@ -1379,6 +1379,11 @@ impl JsonrpcErrorError {
13791379 self
13801380 }
13811381}
1382+ impl std:: error:: Error for JsonrpcErrorError {
1383+ fn description ( & self ) -> & str {
1384+ & self . message
1385+ }
1386+ }
13821387impl Display for JsonrpcErrorError {
13831388 fn fmt ( & self , f : & mut std:: fmt:: Formatter < ' _ > ) -> std:: fmt:: Result {
13841389 write ! (
You can’t perform that action at this time.
0 commit comments