chore: bump version to 0.2.0 for release#95
Merged
Conversation
rmcp 1.x's #[tool_router] / #[tool_handler] generate the tool-dispatch wiring, so storing a tool_router: ToolRouter<Self> field on the handler struct is dead code and trips the dead_code lint AGENTS.md warns about. The repo's own examples/native_echo_server.rs already omits the field; align the server-transport.md guide with it. Verified the snippet now compiles with zero warnings.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Prepares rs-sdk for the 0.2.0 release.
example, overview.md updated for 0.2 features, guide list and config tables completed in README
Publish is blocked on Phase 2 - the rmcp git dep must be swapped for the official crates.io version (rmcp v1.8.0, pending release) before cargo publish.