File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2025 [YOUR NAME]
3
+ Copyright (c) 2025 Rust MCP Stack (rust-mcp-schema)
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
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 : eb4abdf2bb91e0d5afd94510741eadd416982350
9
- /// Generated at : 2025-03-22 09:38:48
9
+ /// Generated at : 2025-03-23 16:07:00
10
10
/// ----------------------------------------------------------------------------
11
11
///
12
12
/// MCP Protocol Version
Original file line number Diff line number Diff line change @@ -571,7 +571,7 @@ impl FromStr for ClientJsonrpcResponse {
571
571
#[ serde( untagged) ]
572
572
pub enum ResultFromClient {
573
573
ClientResult ( ClientResult ) ,
574
- # [ deprecated ( since = "0.1.8" , note = " Use `ClientResult::Result` with extra attributes instead." ) ]
574
+ /// **Deprecated**: Use `ClientResult::Result` with extra attributes instead.
575
575
CustomResult ( serde_json:: Value ) ,
576
576
}
577
577
@@ -1075,7 +1075,7 @@ impl FromStr for ServerJsonrpcResponse {
1075
1075
#[ serde( untagged) ]
1076
1076
pub enum ResultFromServer {
1077
1077
ServerResult ( ServerResult ) ,
1078
- # [ deprecated ( since = "0.1.8" , note = " Use `ServerResult::Result` with extra attributes instead." ) ]
1078
+ /// **Deprecated**: Use `ServerResult::Result` with extra attributes instead.
1079
1079
CustomResult ( serde_json:: Value ) ,
1080
1080
}
1081
1081
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 : eb4abdf2bb91e0d5afd94510741eadd416982350
9
- /// Generated at : 2025-03-22 09:38:49
9
+ /// Generated at : 2025-03-23 16:07:01
10
10
/// ----------------------------------------------------------------------------
11
11
///
12
12
/// MCP Protocol Version
Original file line number Diff line number Diff line change @@ -571,7 +571,7 @@ impl FromStr for ClientJsonrpcResponse {
571
571
#[ serde( untagged) ]
572
572
pub enum ResultFromClient {
573
573
ClientResult ( ClientResult ) ,
574
- # [ deprecated ( since = "0.1.8" , note = " Use `ClientResult::Result` with extra attributes instead." ) ]
574
+ /// **Deprecated**: Use `ClientResult::Result` with extra attributes instead.
575
575
CustomResult ( serde_json:: Value ) ,
576
576
}
577
577
@@ -1075,7 +1075,7 @@ impl FromStr for ServerJsonrpcResponse {
1075
1075
#[ serde( untagged) ]
1076
1076
pub enum ResultFromServer {
1077
1077
ServerResult ( ServerResult ) ,
1078
- # [ deprecated ( since = "0.1.8" , note = " Use `ServerResult::Result` with extra attributes instead." ) ]
1078
+ /// **Deprecated**: Use `ServerResult::Result` with extra attributes instead.
1079
1079
CustomResult ( serde_json:: Value ) ,
1080
1080
}
1081
1081
You can’t perform that action at this time.
0 commit comments