Skip to content

Comments

fix(readme): missing use declarations, more accurate server instructions#399

Merged
4t145 merged 2 commits intomodelcontextprotocol:mainfrom
RobJellinghaus:robjellinghaus/fix-readme
Aug 29, 2025
Merged

fix(readme): missing use declarations, more accurate server instructions#399
4t145 merged 2 commits intomodelcontextprotocol:mainfrom
RobJellinghaus:robjellinghaus/fix-readme

Conversation

@RobJellinghaus
Copy link
Contributor

@RobJellinghaus RobJellinghaus commented Aug 28, 2025

The server code in the crates README would not compile with v0.6.0. Also the MCP server description was inaccurate.

Fixes #394

How Has This Been Tested?

Local cargo build with Rust 1.88.

Breaking Changes

None

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update

Checklist

  • I have read the MCP Documentation
  • My code follows the repository's style guidelines
  • [n/a] New and existing tests pass locally
  • [n/a] I have added appropriate error handling
  • I have added or updated documentation as needed

@github-actions github-actions bot added the T-documentation Documentation improvements label Aug 28, 2025
@4t145 4t145 merged commit 357671c into modelcontextprotocol:main Aug 29, 2025
10 of 11 checks passed
@github-actions github-actions bot mentioned this pull request Aug 29, 2025
takumi-earth pushed a commit to earthlings-dev/rmcp that referenced this pull request Jan 27, 2026
…ons (modelcontextprotocol#399)

* Fix minor missing use declarations, make server instructions more accurate.

* cargo fmt

---------

Co-authored-by: Rob Jellinghaus <rjellinghaus@live.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

T-documentation Documentation improvements

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Counter example in crates/rmcp/README.md does not compile

2 participants