Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Scanner ¶
type Scanner struct {
// contains filtered or unexported fields
}
Scanner scans MCP server source code using mcp-scanner's behavioral mode. It clones the source repository, runs `mcp-scanner behavioral --raw`, and maps the findings to the scanner result format.
func New ¶
func New(cfg scannerconfig.Config) *Scanner
New creates a behavioral Scanner with the given config.
Click to show internal directories.
Click to hide internal directories.