Skip to content

Commit 533ca6a

Browse files
authored
Update getting-started-mcp-server.md
1 parent 24c449b commit 533ca6a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/getting-started-mcp-server.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ use rust_mcp_sdk::error::SdkResult;
5757

5858
#[tokio::main]
5959
async fn main() -> SdkResult<()> {
60-
println!("Hello, world!");
60+
61+
// The main function will be completed in the following steps.
6162

6263
Ok(())
6364
}

0 commit comments

Comments
 (0)