Skip to content

Commit 03634f6

Browse files
authored
Update getting-started-mcp-server.md
1 parent 3065cfd commit 03634f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/getting-started-mcp-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ cd hello-world-mcp-server
2222

2323
Next, we’ll add the Rust MCP dependencies for the toolkit, schema, and runtime support. We’ll also include `tokio` and `async-trait` for async functionality, plus `serde` and `serde_json` to enable [rust-mcp-macros](https://crates.io/crates/rust-mcp-macros) for MCP tool development.
2424

25-
```toml
25+
```sh
2626
# rust-mcp dependencies
2727
cargo add rust-mcp-sdk rust-mcp-schema
2828

0 commit comments

Comments
 (0)