isc-transforms-mcp 1.0.1 → 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 +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -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
|
-
**Enterprise plan coming soon** — join the waitlist
|
|
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
|
|
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": [
|