docs(ai): add the Claude Code plugin page and correct the MCP tool count - #15682
Open
devGregA wants to merge 1 commit into
Open
docs(ai): add the Claude Code plugin page and correct the MCP tool count#15682devGregA wants to merge 1 commit into
devGregA wants to merge 1 commit into
Conversation
Two gaps on the AI docs. The MCP Server page said the server provides 12 tools. It provides 14: the reference was missing finding_summary and risk_summary, both of which have been in the server for some time. Counting the documented <summary> blocks now gives 14 and matches the tool registrations. The two new entries follow the existing format and note when a summary call is preferable to paging through findings. There was also no Claude Code guidance anywhere in the docs. The only configuration example was the Claude Desktop config file, which is the wrong shape for Claude Code users, so they were left to work it out. The new page covers the two-command install, prerequisites, what each plugin does, how the MCP and REST channels are wired, CI usage with a service account, and a troubleshooting table. The pages cross-link both ways: the MCP page now points Claude Code users at the plugin rather than the hand-rolled config, and the plugin page points back for administrator setup and for chat assistants such as Claude Desktop. Both pages are audience: pro. The plugin requires DefectDojo Pro and the page states that it refuses to run against open source rather than partially working. Co-Authored-By: Claude Fable 5 <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.
Two gaps on the AI docs
1. The tool count was wrong
The MCP Server page states the server provides 12 tools. It provides 14. The reference was missing
finding_summaryandrisk_summary, both of which have been registered in the server for some time.Verified by diffing the documented
<summary>blocks against the tool registrations:Both are now documented in the existing format, under Findings Analysis Tools. The
finding_summaryentry notes when it should be preferred overget_findings, since one summary call answers "how many" correctly beyond the 100-record page limit instead of paging and counting.2. There was no Claude Code guidance anywhere
The only configuration example in the docs is the Claude Desktop config file, which is the wrong shape for Claude Code. Anyone using it was left to work it out from the connection parameters.
The new page covers the two-command install, prerequisites and version floors, what each plugin does, how the MCP and REST channels are wired from a single credential entry, CI usage with a service account rather than a personal token, and a troubleshooting table for the four failures that actually occur.
Cross-linking
The two pages now point at each other, so readers land in the right place:
Links use the sibling
../page/form these Doks pages require.Notes
audience: pro. The plugin page states plainly that it requires DefectDojo Pro and refuses to run against open source rather than partially working.weight: 24, directly after the MCP page at 23.🤖 Generated with Claude Code