README: remove em-dashes and tab-status emojis - #1
Conversation
There was a problem hiding this comment.
Code Review
This pull request performs grammatical and punctuation cleanups in the README.md file to improve readability. The feedback suggests a minor grammatical correction to resolve a comma splice on line 183 by replacing a comma with a semicolon.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| ### Should Also Work | ||
|
|
||
| These clients support MCP but we haven't tested them directly. The same JSON config block should work — just drop it into the client's MCP config file: | ||
| These clients support MCP but we haven't tested them directly. The same JSON config block should work, just drop it into the client's MCP config file: |
There was a problem hiding this comment.
This sentence contains a comma splice because it joins two independent clauses ("The same JSON config block should work" and "just drop it into the client's MCP config file") with only a comma. Replacing the comma with a semicolon or a period would be grammatically correct.
| These clients support MCP but we haven't tested them directly. The same JSON config block should work, just drop it into the client's MCP config file: | |
| These clients support MCP but we haven't tested them directly. The same JSON config block should work; just drop it into the client's MCP config file: |
Replace decorative em-dashes with commas, semicolons, or colons. Remove 📌 and 🔊 from the list_tabs description, replaced with plain text (pinned, audible). Replace the em-dash default-value placeholder in the params table with a hyphen.