Skip to content

Commit fb3752e

Browse files
authored
docs: clarity and formatting
1 parent 621c9f6 commit fb3752e

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ An official Rust Model Context Protocol SDK implementation with tokio async runt
1212

1313
This repository contains the following crates:
1414

15-
- [rmcp](crates/rmcp): The core crate providing the RMCP protocol implementation (If you want to get more information, please visit [rmcp](crates/rmcp/README.md))
16-
- [rmcp-macros](crates/rmcp-macros): A procedural macro crate for generating RMCP tool implementations (If you want to get more information, please visit [rmcp-macros](crates/rmcp-macros/README.md))
15+
- [rmcp](crates/rmcp): The core crate providing the RMCP protocol implementation - see [rmcp](crates/rmcp/README.md)
16+
- [rmcp-macros](crates/rmcp-macros): A procedural macro crate for generating RMCP tool implementations - see [rmcp-macros](crates/rmcp-macros/README.md)
1717

1818
## Usage
1919

@@ -25,14 +25,15 @@ rmcp = { version = "0.8.0", features = ["server"] }
2525
rmcp = { git = "https://github.com/modelcontextprotocol/rust-sdk", branch = "main" }
2626
```
2727
### Third Dependencies
28-
Basic dependencies:
29-
- [tokio required](https://github.com/tokio-rs/tokio)
30-
- [serde required](https://github.com/serde-rs/serde)
31-
Json Schema generation(Must follow the 2020-12 version):
32-
- [shemars required](https://github.com/GREsau/schemars)
3328

29+
Basic dependencies:
30+
- [tokio](https://github.com/tokio-rs/tokio)
31+
- [serde](https://github.com/serde-rs/serde)
32+
Json Schema generation (version 2020-12):
33+
- [schemars](https://github.com/GREsau/schemars)
3434

3535
### Build a Client
36+
3637
<details>
3738
<summary>Start a client</summary>
3839

@@ -108,11 +109,11 @@ let quit_reason = server.cancel().await?;
108109

109110
## Examples
110111

111-
See [examples](examples/README.md)
112+
See [examples](examples/README.md).
112113

113114
## OAuth Support
114115

115-
See [oauth_support](docs/OAUTH_SUPPORT.md) for details.
116+
See [Oauth_support](docs/OAUTH_SUPPORT.md) for details.
116117

117118
## Related Resources
118119

0 commit comments

Comments
 (0)