Skip to content

Conversation

@Adebayo120
Copy link
Contributor

fixes #40

Clarified grammar in the README.md Important section to improve readability.

Motivation and Context

The original sentence in the Important section was grammatically awkward:

Not all code paths are fully tested, complete, or this package may contain duplicate functionality or dead code.

This PR updates it to:

Not all code paths are fully tested or complete, and this package may still contain duplicate functionality or dead code.

This keeps the meaning intact but reads more smoothly.

How Has This Been Tested?

This PR contains only grammatical corrections in documentation/text. No application logic was affected, so testing was not applicable.

Breaking Changes

No

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
  • New and existing tests pass locally
  • I have added appropriate error handling
  • I have added or updated documentation as needed

Additional context

Copy link
Member

@chr-hertel chr-hertel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, docs are always a good start for contributions - if you want to get started with bigger things, feel free to see the issue tracker where I created some issues with open items in the code base. Cheers!

@chr-hertel chr-hertel merged commit f457802 into modelcontextprotocol:main Sep 6, 2025
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Clarify grammar in README "Important" section

2 participants