Documentation
¶
Overview ¶
Package server provides the MCP server implementation for supplyscan.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FindingsError ¶
type FindingsError struct {
Result interface{} `json:"result"`
Code string `json:"code"`
}
FindingsError is returned when scan or check operations complete successfully but find vulnerabilities or supply chain compromises. It wraps the result with finding information so MCP clients can differentiate findings from errors.
func (*FindingsError) Error ¶
func (e *FindingsError) Error() string
Click to show internal directories.
Click to hide internal directories.