Skip to content

Commit e5fa6f7

Browse files
Update pkg/github/custom_properties.go
Co-authored-by: Copilot <[email protected]>
1 parent aaad977 commit e5fa6f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/github/custom_properties.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ func GetOrganizationCustomProperties(getClient GetClientFn, t translations.Trans
124124
if err != nil {
125125
return mcp.NewToolResultError(err.Error()), nil
126126
}
127-
return mcp.NewToolResultText(fmt.Sprintf("Organization custom properties for %s: %v", org, props)), nil
127+
return MarshalledTextResult("Organization custom properties for "+org, props)
128128
}
129129
}
130130

0 commit comments

Comments
 (0)