feat: add MCP+Agno integration docs and report chart tests#303
Open
Carlos-Projects wants to merge 2 commits into
Open
feat: add MCP+Agno integration docs and report chart tests#303Carlos-Projects wants to merge 2 commits into
Carlos-Projects wants to merge 2 commits into
Conversation
added 2 commits
May 30, 2026 12:16
…r, set Agg backend for headless CI
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\n\nAdds documentation for integrating Agentic Security's MCP server with Agno agents, plus unit tests for the report_chart module.\n\n## Changes\n\n- New docs:
docs/mcp_agno_integration.md- comprehensive guide with setup, configuration, and examples\n- New tests:tests/unit/test_report_chart.py- unit tests for_generate_identifiers,generate_identifiers, andplot_security_report\n\n## Related Issues\n\n- Closes #194 (Add Agno's MCP integration with mcp/main.py)\n- Closes #170 (Missing Unit Tests for report_chart.py)