@smartytalent/mcp-tools 0.7.0 → 0.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/tools.json +19 -0
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -1309,6 +1309,25 @@
|
|
|
1309
1309
|
"enabled": {
|
|
1310
1310
|
"type": "boolean",
|
|
1311
1311
|
"description": "Whether a Cognito identity provider exists for this tenant. Owned by the provisioning step and ignored if sent."
|
|
1312
|
+
},
|
|
1313
|
+
"adminConsentUrl": {
|
|
1314
|
+
"type": "string",
|
|
1315
|
+
"description": "The admin-consent link an operator sends to the customer's IT. Built server-side so the app registration id is never hardcoded in a client. Absent if the platform Microsoft provider cannot be read."
|
|
1316
|
+
},
|
|
1317
|
+
"idpDeleted": {
|
|
1318
|
+
"type": "boolean",
|
|
1319
|
+
"description": "DELETE response only: whether the customer's Cognito identity provider was actually removed. False when it was already gone, so a retry of the teardown reads as success rather than an error."
|
|
1320
|
+
},
|
|
1321
|
+
"domainsReleased": {
|
|
1322
|
+
"type": "array",
|
|
1323
|
+
"description": "DELETE response only: the domains freed in the global claim registry, i.e. the ones another tenant may now claim. Empty when the tenant held none or another tenant owned them.",
|
|
1324
|
+
"items": {
|
|
1325
|
+
"type": "string"
|
|
1326
|
+
}
|
|
1327
|
+
},
|
|
1328
|
+
"loginUrl": {
|
|
1329
|
+
"type": "string",
|
|
1330
|
+
"description": "Ready-made login link for this customer's employees (a tile in their Entra My Apps, an intranet bookmark, the welcome email). Carries identity_provider so Cognito goes straight to their Entra. There is deliberately no email-domain discovery endpoint: Cognito's own domain routing is SAML-only, and a public discovery endpoint would be an oracle for whether a given company is our customer. Lands in the myaccount app, which every role can reach - a JIT employee in the pending state has no role yet, so a role-scoped app would refuse them and the link would look broken. Derived on read, never stored. Absent if the enterprise app client cannot be read."
|
|
1312
1331
|
}
|
|
1313
1332
|
}
|
|
1314
1333
|
}
|