MCPcopy Create free account
hub / github.com/github/gh-aw / deriveAuditPosture

Function deriveAuditPosture

pkg/cli/audit_comparison.go:451–456  ·  view source on GitHub ↗
(createdItems []CreatedItemReport)

Source from the content-addressed store, hash-verified

449}
450
451func deriveAuditPosture(createdItems []CreatedItemReport) string {
452 if len(createdItems) > 0 {
453 return "write_capable"
454 }
455 return "read_only"
456}
457
458func collectMCPFailureServers(failures []MCPFailureReport) []string {
459 if len(failures) == 0 {

Calls

no outgoing calls

Tested by

no test coverage detected