docs: update README with new servers, tools, and schema link#385
Merged
Dave-London merged 9 commits intomainfrom Feb 14, 2026
Merged
docs: update README with new servers, tools, and schema link#385Dave-London merged 9 commits intomainfrom
Dave-London merged 9 commits intomainfrom
Conversation
Update Available Servers section from 100 tools/14 packages to 139 tools/16 packages, reflecting all new tools added in v0.8.0. Remove "(recommended)" from Claude Code in Quick Start. Add link to tool schemas directory in the example section. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Prefix unused exitCode param with underscore in parseGolangciLintJson. Remove unused NX_SUMMARY_RE constant from build parsers. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The parseComposeLogsOutput describe block and its last it() block were missing closing braces, causing a SyntaxError in CI. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Remove extra blank lines in integration test and schemas files. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add tests for formatResult and formatHelmResult switch dispatchers to bring branch coverage above the 70% threshold. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Go integration tests were hitting the MCP SDK's default 60s request timeout on Windows CI runners. Set explicit 120s timeout on all callTool calls to match the vitest testTimeout. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Windows CI runners are slow and hit the MCP SDK's default 60s request timeout. Add explicit 120s timeout to all 110 callTool calls across 7 integration test files (k8s, security, process, docker, github, git, npm) to match the vitest testTimeout. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The cherry-pick test's beforeAll creates a temp repo with multiple git operations and spawns an MCP server, which exceeds the default 10s hook timeout on slow Windows CI runners. Set hookTimeout to 30s globally and on the specific beforeAll. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The npm outdated integration test assumed structuredContent would always be present, but on Windows Node 20 it can be undefined. Add fallback to check content instead. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
Summary
🤖 Generated with Claude Code