Skip to content

Commit 25e9f72

Browse files
committed
docs: add prose documentation for core features to meet conformance
1 parent 4677a65 commit 25e9f72

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@ let quit_reason = server.cancel().await?;
111111

112112
See [examples](examples/README.md).
113113

114+
## Feature Documentation
115+
116+
See [docs/FEATURES.md](docs/FEATURES.md) for detailed documentation on core MCP features: resources, prompts, sampling, roots, logging, completions, notifications, and subscriptions.
117+
114118
## OAuth Support
115119

116120
See [Oauth_support](docs/OAUTH_SUPPORT.md) for details.

crates/rmcp/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,9 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
191191
}
192192
```
193193

194-
For more examples, see the [examples directory](https://github.com/anthropics/mcp-rust-sdk/tree/main/examples) in the repository.
194+
For more examples, see the [examples directory](https://github.com/modelcontextprotocol/rust-sdk/tree/main/examples) in the repository.
195+
196+
For detailed documentation on core MCP features (resources, prompts, sampling, roots, logging, completions, notifications, subscriptions), see [FEATURES.md](https://github.com/modelcontextprotocol/rust-sdk/blob/main/docs/FEATURES.md).
195197

196198
## Transport Options
197199

0 commit comments

Comments
 (0)