Skip to content

Commit 674b0c7

Browse files
committed
feat(mcp): domain format
1 parent 4ccba49 commit 674b0c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/validateUser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export async function handleValidateUserRequest(args: any, token: string) {
5252

5353
// Format the response
5454
const formattedResponse = `User validation successful:
55-
Domain: ${userData.domain}
55+
Domain: ${userData.domain} (the domain of the user, make it bold)
5656
Email: ${userData.email}`;
5757

5858
return createSuccessResponse(formattedResponse);

0 commit comments

Comments
 (0)