Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 902 Bytes

File metadata and controls

32 lines (20 loc) · 902 Bytes

Analysis

DocumentationAnalysis

How MCTS examines discovered MCP surfaces and produces findings.


Pick a guide

Question Read
What does this finding mean? Security checks reference
How does the pipeline work? Architecture
How do I add an analyzer? Architecture — Extension points or CONTRIBUTING.md
Why did my scan score this way? Scoring developer guide

Flow (one line)

Discovery → analyzers → dedupe/enrich → score → report

Details: Architecture — At a glance


Related