Documentation
¶
Overview ¶
Package mcpserver exposes SwaggerVu's bounded inspection and read-intent scanning capabilities over local stdio. Authority is fixed at startup.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DiscoverOutput ¶
type FindingOutput ¶
type InspectOutput ¶
type InspectOutput struct {
SchemaVersion string `json:"schema_version"`
Source string `json:"source"`
Kind spec.Kind `json:"kind"`
Version string `json:"version"`
Title string `json:"title"`
Endpoints []string `json:"endpoints"`
SecuritySchemes []string `json:"security_schemes,omitempty"`
Secrets []secrets.Finding `json:"secrets,omitempty"`
}
type PlanOutput ¶
type PlanOutput struct {
SchemaVersion string `json:"schema_version"`
Requests []PlannedRequest `json:"requests"`
Active bool `json:"active_authorized_at_startup"`
}
type PlannedRequest ¶
type ReportOutput ¶
type ScanOutput ¶
Click to show internal directories.
Click to hide internal directories.