Skip to content

chore(deps): bump github.com/mcpchecker/mcpchecker from 0.0.12 to 0.0.16 in /e2e-tests/tools#113

Merged
janisz merged 4 commits intomainfrom
dependabot/go_modules/e2e-tests/tools/github.com/mcpchecker/mcpchecker-0.0.16
Apr 21, 2026
Merged

chore(deps): bump github.com/mcpchecker/mcpchecker from 0.0.12 to 0.0.16 in /e2e-tests/tools#113
janisz merged 4 commits intomainfrom
dependabot/go_modules/e2e-tests/tools/github.com/mcpchecker/mcpchecker-0.0.16

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 16, 2026

Bumps github.com/mcpchecker/mcpchecker from 0.0.12 to 0.0.16.

Release notes

Sourced from github.com/mcpchecker/mcpchecker's releases.

v0.0.16

What's Changed

Full Changelog: mcpchecker/mcpchecker@v0.0.15...v0.0.16

v0.0.15

This is intended to be a stability release before breaking changes are introduced into the CLI in #275

v0.0.14

What's Changed

Full Changelog: mcpchecker/mcpchecker@v0.0.13...v0.0.14

v0.0.13

What's Changed

New Contributors

Full Changelog: mcpchecker/mcpchecker@v0.0.12...v0.0.13

Commits
  • 63108ce feat(agent): switch claude-code builtin to ACP protocol (#278)
  • 8c16519 feat(steps): add support for {agent.output} in templates (#277)
  • 39a9f57 feat(cli)!: nest commands under result command (#275)
  • 12a8ffc feat: add task timeouts (#274)
  • c22d99a build(deps): bump github.com/modelcontextprotocol/go-sdk from 1.4.1 to 1.5.0 ...
  • 79f0cf4 fix(acp): no more race condition in client (#273)
  • 66c7902 fix(acp): correctly extract agent output (#268)
  • a99d8de docs(cli): add --mcp-config-file flag to check command reference (#266)
  • 435a100 feat(llmagent): support using google as provider as well as gemini (#262)
  • 1671e85 build(deps): bump charm.land/fantasy from 0.16.0 to 0.17.1 in the go-dependen...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/mcpchecker/mcpchecker](https://github.com/mcpchecker/mcpchecker) from 0.0.12 to 0.0.16.
- [Release notes](https://github.com/mcpchecker/mcpchecker/releases)
- [Changelog](https://github.com/mcpchecker/mcpchecker/blob/main/CHANGELOG.md)
- [Commits](mcpchecker/mcpchecker@v0.0.12...v0.0.16)

---
updated-dependencies:
- dependency-name: github.com/mcpchecker/mcpchecker
  dependency-version: 0.0.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Apr 16, 2026
@dependabot dependabot Bot requested a review from janisz as a code owner April 16, 2026 07:56
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Apr 16, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 16, 2026

E2E Test Results

Commit: 5e9e05a
Workflow Run: View Details
Artifacts: Download test results & logs

=== Evaluation Summary ===

  ✓ list-clusters (assertions: 3/3)
  ✓ cve-detected-workloads (assertions: 3/3)
  ✓ cve-detected-clusters (assertions: 3/3)
  ~ cve-nonexistent (assertions: 2/3)
      - MaxToolCalls: Too many tool calls: expected <= 5, got 7
  ✓ cve-cluster-does-exist (assertions: 3/3)
  ✓ cve-cluster-does-not-exist (assertions: 3/3)
  ✓ cve-clusters-general (assertions: 3/3)
  ✓ cve-cluster-list (assertions: 3/3)
  ✓ cve-log4shell (assertions: 3/3)
  ✓ cve-multiple (assertions: 3/3)
  ✓ rhsa-not-supported (assertions: 2/2)

Tasks:      11/11 passed (100.00%)
Assertions: 31/32 passed (96.88%)
Tokens:     ~57683 (estimate - excludes system prompt & cache)
MCP schemas: ~12738 (included in token total)
Agent used tokens:
  Input:  11025 tokens
  Output: 22082 tokens
Judge used tokens:
  Input:  31454 tokens
  Output: 27079 tokens

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Apr 21, 2026

❌ 2 Tests Failed:

Tests completed Failed Passed Skipped
361 2 359 12
View the full list of 2 ❄️ flaky test(s)
::policy 1

Flake rate in main: 100.00% (Passed 0 times, Failed 24 times)

Stack Traces | 0s run time
- test violation 1
- test violation 2
- test violation 3
::policy 4

Flake rate in main: 100.00% (Passed 0 times, Failed 24 times)

Stack Traces | 0s run time
- testing multiple alert violation messages 1
- testing multiple alert violation messages 2
- testing multiple alert violation messages 3

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

janisz and others added 2 commits April 21, 2026 17:19
mcpchecker v0.0.16 moved the summary command to a subcommand
under result. Updated workflow to use 'result summary' instead
of 'summary' to fix Parse test results step failure.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
WireMock ExportNodes fixture format was incorrect, causing RPC errors.
ExportNodeResponse is a streaming response with singular "node" field,
not plural "nodes".

Also updated cve-cluster-does-not-exist test to accept the agent's
efficient tool usage pattern (either list_clusters or inferring from
get_clusters_with_orchestrator_cve results).

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@janisz janisz merged commit f62725d into main Apr 21, 2026
9 checks passed
@janisz janisz deleted the dependabot/go_modules/e2e-tests/tools/github.com/mcpchecker/mcpchecker-0.0.16 branch April 21, 2026 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants