Versions in this module Expand all Collapse all v1 v1.0.0 Mar 16, 2026 Changes in this version + func BuildExemptionRow(e stogenerated.FrontendExemption, userNameMap map[string]string) map[string]interface + func BuildIssueRow(issue stogenerated.AllIssueSummary) map[string]interface + func SetCCMResponseFormatter(formatter CCMResponseFormatter) + func SetScsResponseFormatter(formatter ScsResponseFormatter) + func SetStoResponseFormatter(formatter StoResponseFormatter) + type CCMResponseFormatter interface + FormatEC2AnalysisResponse func(response *dto.CommitmentEC2AnalysisResponse) ([]mcp.Content, error) + var DefaultCCMResponseFormatter CCMResponseFormatter + type ScsResponseFormatter interface + FormatArtifactSourcesResponse func(artifacts []generated.ArtifactV2ListingResponse, ...) ([]mcp.Content, error) + FormatCodeRepositoriesResponse func(repositories []generated.CodeRepositoryListingResponse) ([]mcp.Content, error) + var DefaultScsResponseFormatter ScsResponseFormatter + type StoResponseFormatter interface + FormatStoExemptionsResponse func(response *stogenerated.SecurityReviewResult, userNameMap map[string]string) ([]mcp.Content, error) + FormatStoIssuesResponse func(response *stogenerated.FrontendAllIssuesListResponseBody) ([]mcp.Content, error) + var DefaultStoResponseFormatter StoResponseFormatter