Skip to content

Commit 02e09c3

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

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
@@ -191,7 +191,7 @@ func GetEnterpriseCustomProperties(getClient GetClientFn, t translations.Transla
191191
if err != nil {
192192
return mcp.NewToolResultError(err.Error()), nil
193193
}
194-
return mcp.NewToolResultText(fmt.Sprintf("Enterprise custom properties for %s: %v", enterprise, props)), nil
194+
return MarshalledTextResult(props)
195195
}
196196
}
197197

0 commit comments

Comments
 (0)