isc-transforms-mcp 1.0.0 → 1.0.2
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/README.md +4 -4
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
`isc-transforms-mcp` is a [Model Context Protocol](https://modelcontextprotocol.io) server that gives Claude a complete SailPoint ISC transform authoring toolkit. Instead of handwriting transform JSON, debugging schema errors in the UI, and cross-referencing the docs manually — you describe what you need in plain English and Claude does the rest.
|
|
15
15
|
|
|
16
16
|
**Free (Personal)** — 10 offline tools. No ISC tenant needed. Works entirely on your laptop.
|
|
17
|
-
**Enterprise** — All 14 tools, including live tenant operations (list, get, push, find references). See [Enterprise Plan](#-enterprise-plan).
|
|
17
|
+
**Enterprise (coming soon)** — All 14 tools, including live tenant operations (list, get, push, find references). See [Enterprise Plan](#-enterprise-plan).
|
|
18
18
|
|
|
19
19
|
---
|
|
20
20
|
|
|
@@ -134,7 +134,7 @@ The 4 tools below connect to a live ISC tenant and require an **Enterprise licen
|
|
|
134
134
|
| `isc_transforms_upsert` | Create or update with dry-run preview + JSON-Patch diff + lint before write |
|
|
135
135
|
| `isc_transforms_findReferences` | Scan identity profiles for every place a transform is referenced |
|
|
136
136
|
|
|
137
|
-
**
|
|
137
|
+
**Enterprise plan coming soon** — [join the waitlist](https://docs.google.com/forms/d/e/1FAIpQLScrSaxD8sev0NuX0t5RXo5B9M0qIz8FQW5Wps2WJAF7fqbs4w/viewform) to be notified when it launches.
|
|
138
138
|
|
|
139
139
|
Once you have a license key, add it to your Claude Desktop config:
|
|
140
140
|
|
|
@@ -194,9 +194,9 @@ All settings are optional for Personal use. Enterprise users need the `ISC_*` cr
|
|
|
194
194
|
|
|
195
195
|
## Supported Operations
|
|
196
196
|
|
|
197
|
-
All
|
|
197
|
+
All 39 SailPoint ISC transform operation types are fully supported for generation, validation, and linting:
|
|
198
198
|
|
|
199
|
-
`accountAttribute` · `base64Decode` · `base64Encode` · `concat` · `conditional` · `dateCompare` · `dateFormat` · `dateMath` · `decomposeDiacriticalMarks` · `displayName` · `e164phone` · `firstValid` · `generateRandomString`\* · `getEndOfString`\* · `getReferenceIdentityAttribute`\* · `identityAttribute` · `indexOf` · `iso3166` · `join` · `lastIndexOf` · `leftPad` · `lookup` · `lower` · `
|
|
199
|
+
`accountAttribute` · `base64Decode` · `base64Encode` · `concat` · `conditional` · `dateCompare` · `dateFormat` · `dateMath` · `decomposeDiacriticalMarks` · `displayName` · `e164phone` · `firstValid` · `generateRandomString`\* · `getEndOfString`\* · `getReferenceIdentityAttribute`\* · `identityAttribute` · `indexOf` · `iso3166` · `join` · `lastIndexOf` · `leftPad` · `lookup` · `lower` · `normalizeNames` · `randomAlphaNumeric` · `randomNumeric` · `reference` · `replace` · `replaceAll` · `rfc5646` · `rightPad` · `rule` · `split` · `static` · `substring` · `trim` · `upper` · `usernameGenerator` · `uuid`
|
|
200
200
|
|
|
201
201
|
\* Rule-backed operations (executed via the Cloud Services Deployment Utility).
|
|
202
202
|
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "isc-transforms-mcp",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "MCP server for SailPoint Identity Security Cloud (ISC) Transform authoring — scaffold, strict lint, catalog, and safe upsert to live tenants.",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Amit",
|
|
8
|
-
"email": "
|
|
8
|
+
"email": "amit@simplifyauth.com"
|
|
9
9
|
},
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"keywords": [
|