File tree Expand file tree Collapse file tree 9 files changed +33
-12
lines changed
hello-world-mcp-server-core Expand file tree Collapse file tree 9 files changed +33
-12
lines changed Original file line number Diff line number Diff line change 2
2
"crates/rust-mcp-sdk" : " 0.1.0" ,
3
3
"crates/rust-mcp-macros" : " 0.1.0" ,
4
4
"crates/rust-mcp-transport" : " 0.1.0" ,
5
- "examples/hello-world-mcp-server" : " 0.1.0 " ,
6
- "examples/hello-world-mcp-server-core" : " 0.1.0 " ,
7
- "examples/simple-mcp-client" : " 0.1.0 " ,
8
- "examples/simple-mcp-client-core" : " 0.1.0 "
5
+ "examples/hello-world-mcp-server" : " 0.1.1 " ,
6
+ "examples/hello-world-mcp-server-core" : " 0.1.1 " ,
7
+ "examples/simple-mcp-client" : " 0.1.1 " ,
8
+ "examples/simple-mcp-client-core" : " 0.1.1 "
9
9
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.1.0] ( https://github.com/rust-mcp-stack/rust-mcp-sdk/compare/rust-mcp-macros-v0.1.0...rust-mcp-macros-v0.1.0 ) (2025-03-29)
4
+
5
+
6
+ ### Features
7
+
8
+ * Initial release v0.1.0 ([ 4c08beb] ( https://github.com/rust-mcp-stack/rust-mcp-sdk/commit/4c08beb73b102c77e65b724b284008071b7f5ef4 ) )
9
+
3
10
## [ 0.1.7] ( https://github.com/hashemix/rust-mcp-sdk/compare/rust-mcp-macros-v0.1.6...rust-mcp-macros-v0.1.7 ) (2025-03-24)
4
11
5
12
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.1.0] ( https://github.com/rust-mcp-stack/rust-mcp-sdk/compare/rust-mcp-sdk-v0.1.0...rust-mcp-sdk-v0.1.0 ) (2025-03-29)
4
+
5
+
6
+ ### Features
7
+
8
+ * Initial release v0.1.0 ([ 4c08beb] ( https://github.com/rust-mcp-stack/rust-mcp-sdk/commit/4c08beb73b102c77e65b724b284008071b7f5ef4 ) )
9
+
3
10
## [ 0.1.7] ( https://github.com/hashemix/rust-mcp-sdk/compare/rust-mcp-sdk-v0.1.6...rust-mcp-sdk-v0.1.7 ) (2025-03-24)
4
11
5
12
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.1.0] ( https://github.com/rust-mcp-stack/rust-mcp-sdk/compare/rust-mcp-transport-v0.1.0...rust-mcp-transport-v0.1.0 ) (2025-03-29)
4
+
5
+
6
+ ### Features
7
+
8
+ * Initial release v0.1.0 ([ 4c08beb] ( https://github.com/rust-mcp-stack/rust-mcp-sdk/commit/4c08beb73b102c77e65b724b284008071b7f5ef4 ) )
9
+
3
10
## [ 0.1.7] ( https://github.com/hashemix/rust-mcp-sdk/compare/rust-mcp-transport-v0.1.6...rust-mcp-transport-v0.1.7 ) (2025-03-24)
4
11
5
12
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " hello-world-mcp-server-core"
3
- version = " 0.1.0 "
3
+ version = " 0.1.1 "
4
4
edition = " 2021"
5
5
publish = false
6
6
license = " MIT"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " hello-world-mcp-server"
3
- version = " 0.1.0 "
3
+ version = " 0.1.1 "
4
4
edition = " 2021"
5
5
publish = false
6
6
license = " MIT"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " simple-mcp-client-core"
3
- version = " 0.1.0 "
3
+ version = " 0.1.1 "
4
4
edition = " 2021"
5
5
publish = false
6
6
license = " MIT"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " simple-mcp-client"
3
- version = " 0.1.0 "
3
+ version = " 0.1.1 "
4
4
edition = " 2021"
5
5
publish = false
6
6
license = " MIT"
You can’t perform that action at this time.
0 commit comments