docs: comprehensive documentation update for v2.7.1#130
Conversation
- Fix stale tool counts (35 → 38) across README.md and CLAUDE.md - Fix incorrect tool names (get_server_resources → server_resources) - Add Available Tools entries for teams, cloud_tokens, search_docs, github_apps - Document deployment log pagination (page param, logs_meta) - Add example prompts for docs search, teams, cloud providers - Remove hardcoded tool count from CLAUDE.md docs standards
PR Review: docs: comprehensive documentation update for v2.7.1SummaryThis is a well-organized documentation-only PR that addresses several accuracy issues in the project documentation. No code changes are made. ✅ VerificationI verified the changes against the codebase:
Code Quality
Minor Observations
Potential IssuesNone identified. This is a clean documentation sync. Security ConcernsNone — documentation only. Test CoverageN/A — no code changes requiring tests. Recommendation: ✅ Approve This PR correctly synchronizes documentation with the actual v2.7.0 feature additions (teams, cloud_tokens, search_docs, github_apps) and fixes stale/incorrect information. The changes are accurate and well-organized. |
Summary
Full documentation audit and update. No code changes — docs only.
Fixed
get_server_resources→server_resources,get_server_domains→server_domains(wrong tool names)Added
teams,cloud_tokens,search_docs,github_appspageparam andlogs_metadocumentationBumped
Test plan