-
Notifications
You must be signed in to change notification settings - Fork 216
docs: improve documentation clarity and client integration steps #567
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
base: main
Are you sure you want to change the base?
Conversation
appleboy
commented
Oct 10, 2025
- Fix typo in "TroubleShooting" heading, changing it to "Troubleshooting"
- Improve CLI usage instructions by formatting commands as code blocks and marking them with "bash"
- Change "Start the Server" to a third-level heading for clarity
- Add additional code examples for real-world client testing and interaction steps
- Clarify and condense instructions for adding the tool to a popular MCP client
README.md
Outdated
"context" | ||
"log" | ||
"os/exec" | ||
"context" |
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.
This change from tabs to spaces seems incorrect. Code code should be indented with tabs, and that is (or should be) the case for all other examples.
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.
I will revert the section.
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.
The CI failure is confusing, sorry. I sent #568 to fix it. We generate parts of our README, so you need to modify |
- Fix typo in "TroubleShooting" heading, changing it to "Troubleshooting" - Improve CLI usage instructions by formatting commands as code blocks and marking them with "bash" - Change "Start the Server" to a third-level heading for clarity - Add additional code examples for real-world client testing and interaction steps - Clarify and condense instructions for adding the tool to a popular MCP client Signed-off-by: appleboy <[email protected]>
- No changes to summarize; the diff is empty. Signed-off-by: appleboy <[email protected]>
- Capitalize the "TroubleShooting" heading for consistency with title case formatting Signed-off-by: appleboy <[email protected]>
(need another reviewer as I resolved merge conflicts) |
@findleyr Thanks. |