Fix spelling, grammar, and punctuation issues in README documentation#1824
Merged
domdomegg merged 1 commit intomodelcontextprotocol:mainfrom Aug 16, 2025
Merged
Conversation
atxtechbro
reviewed
May 17, 2025
| - **[Ableton Live](https://github.com/ahujasid/ableton-mcp)** (by ahujasid) - Ableton integration allowing prompt enabled music creation. | ||
| - **[Airbnb](https://github.com/openbnb-org/mcp-server-airbnb)** - Provides tools to search Airbnb and get listing details. | ||
| - **[AI Agent Marketplace Index](https://github.com/AI-Agent-Hub/ai-agent-marketplace-index-mcp)** - MCP server to search more than 5000+ AI agents and tools of various categories from [AI Agent Marketplace Index](http://www.deepnlp.org/store/ai-agent) and monitor traffic of AI Agents. | ||
| - **[Algorand](https://github.com/GoPlausible/algorand-mcp)** - A comprehensive MCP server for tooling interactions (40+) and resource accessibility (60+) plus many useful prompts for interacting with the Algorand blockchain. | ||
| - **[Airflow](https://github.com/yangkyeongmo/mcp-server-apache-airflow)** - A MCP Server that connects to [Apache Airflow](https://airflow.apache.org/) using official python client. | ||
| - **[Airflow](https://github.com/yangkyeongmo/mcp-server-apache-airflow)** - An MCP Server that connects to [Apache Airflow](https://airflow.apache.org/) using official python client. |
There was a problem hiding this comment.
Sorry for the nitpick here but wouldn't 'A' actually be correct here rather than 'An'? Grammatically speaking I believe this is correct as is.
Contributor
Author
There was a problem hiding this comment.
You are right. I have fixed most of it but might have missed this one. Great catch.
Member
|
@claude can you merge in main and resolve any resulting merge conflicts? |
Contributor
|
Claude encountered an error —— View job I'll analyze this and get back to you. |
- Changed 'community built servers' to 'community-built servers' - Fixed 'A MCP server' to 'An MCP server' throughout - Fixed 'a AnalyticDB' to 'an AnalyticDB' - Added missing periods to reference server descriptions - Fixed spacing and punctuation issues 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
bc91456 to
fc0a875
Compare
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.
Description
This PR improves the overall clarity and professionalism of the project documentation by correcting:
No code or functionality was altered. Only text in the documentation was improved.
Server Details
Motivation and Context
These edits enhance readability, reduce ambiguity, and present the project more professionally to users and contributors. It ensures the documentation reflects the same high standards as the code itself.
Examples of changes:
"references to community built servers"→"references to community-built servers""Connect to a AnalyticDB..."→"Connect to an AnalyticDB...""A MCP server..."→"An MCP server..."How Has This Been Tested?
Not applicable — documentation-only changes.
Manual review was conducted to ensure accuracy and consistency.
Breaking Changes
❌ No breaking changes. MCP client configurations remain unaffected.
Types of changes
Checklist
Additional context
Changes focused solely on grammar, spelling, and formatting improvements within the README and server descriptions.
No logic, configurations, or code paths were modified.