Skip to content

Commit aaad977

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

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
@@ -52,7 +52,7 @@ func GetRepositoryCustomProperties(getClient GetClientFn, t translations.Transla
5252
return mcp.NewToolResultError(err.Error()), nil
5353
}
5454

55-
return mcp.NewToolResultText(fmt.Sprintf("Repository custom properties for %s/%s: %v", owner, repo, props)), nil
55+
return MarshalledTextResult(props)
5656
}
5757
}
5858

0 commit comments

Comments
 (0)