From 0a61bea40c2620a07f1eaa91ffaa6642030a5e9f Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Thu, 30 Jul 2026 09:16:06 +0000 Subject: [PATCH] Fix deactivateUser title after main rebase Main renamed archiveUser to deactivateUser; keep the new name and set its title and full annotation hints. Signed-off-by: Cursor Agent Co-authored-by: Bryan FRIMIN --- pkg/server/api/mcp/v1/specification.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/pkg/server/api/mcp/v1/specification.yaml b/pkg/server/api/mcp/v1/specification.yaml index 7ca3eefc0..8215aca32 100644 --- a/pkg/server/api/mcp/v1/specification.yaml +++ b/pkg/server/api/mcp/v1/specification.yaml @@ -12712,14 +12712,9 @@ tools: $ref: "#/components/schemas/RemoveUserInput" outputSchema: $ref: "#/components/schemas/RemoveUserOutput" -<<<<<<< HEAD - name: deactivateUser + title: Deactivate User description: Deactivate a user in the organization -======= - - name: archiveUser - title: Archive User - description: Archive a user in the organization ->>>>>>> b29c4a15c (Annotate MCP tools with titles and hints) hints: readonly: false destructive: false