-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Fix spelling, grammar, and punctuation issues in README documentation #1824
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| - **[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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are right. I have fixed most of it but might have missed this one. Great catch.
|
@claude can you merge in main and resolve any resulting merge conflicts? |
|
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
domdomegg
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
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.