feat: complete SHD MCP plugin workflows and widget
Validate SHD MCP plugin / validate (push) Has been cancelled

This commit is contained in:
2026-08-24 17:25:38 +03:00
parent 39fb5c02b7
commit 08cf3672a4
86 changed files with 1707 additions and 5 deletions
@@ -0,0 +1,13 @@
# Organization and ACL contract
Read with `shd_list_organization_members`, `shd_list_organization_invitations`,
`shd_list_organization_audit` and
`shd_get_organization_two_factor_policy`. Resolve users and organizations from
server-returned IDs.
Mutations include invitation operations, member add/update/remove,
organization create/update/archive/restore and
`shd_update_organization_two_factor_policy`. Every mutation needs explicit
authorization, the latest relevant state, and final server/audit readback when
available. Do not disclose invitation secrets or use an email/name match as a
substitute for a returned user identity.