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 <cursoragent@cursor.com> Co-authored-by: Bryan FRIMIN <bryan@frimin.fr>
This commit is contained in:
@@ -12712,14 +12712,9 @@ tools:
|
|||||||
$ref: "#/components/schemas/RemoveUserInput"
|
$ref: "#/components/schemas/RemoveUserInput"
|
||||||
outputSchema:
|
outputSchema:
|
||||||
$ref: "#/components/schemas/RemoveUserOutput"
|
$ref: "#/components/schemas/RemoveUserOutput"
|
||||||
<<<<<<< HEAD
|
|
||||||
- name: deactivateUser
|
- name: deactivateUser
|
||||||
|
title: Deactivate User
|
||||||
description: Deactivate a user in the organization
|
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:
|
hints:
|
||||||
readonly: false
|
readonly: false
|
||||||
destructive: false
|
destructive: false
|
||||||
|
|||||||
Reference in New Issue
Block a user