From 971a77ee79f8b3a4291e236cfbd96031fa364562 Mon Sep 17 00:00:00 2001 From: Jonathan Norris Date: Wed, 27 Aug 2025 17:24:37 -0400 Subject: [PATCH] fix: update self target description --- src/mcp/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mcp/types.ts b/src/mcp/types.ts index 23c95fda..34dada29 100644 --- a/src/mcp/types.ts +++ b/src/mcp/types.ts @@ -403,7 +403,7 @@ export const UpdateSelfTargetingIdentityArgsSchema = z.object({ dvc_user_id: z .string() .describe( - 'DevCycle User ID for self-targeting (use null or empty string to clear)', + 'DevCycle User ID for self-targeting (empty string to clear)', ), })