@dokploy/mcp 0.29.9 → 0.29.11
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/build/generated/tools.js +36 -0
- package/package.json +1 -1
package/build/generated/tools.js
CHANGED
|
@@ -5751,6 +5751,42 @@ export const generatedTools = [
|
|
|
5751
5751
|
...{ "idempotentHint": true, "openWorldHint": true },
|
|
5752
5752
|
},
|
|
5753
5753
|
},
|
|
5754
|
+
{
|
|
5755
|
+
name: "scim-listProviders",
|
|
5756
|
+
description: "GET /scim.listProviders",
|
|
5757
|
+
tag: "scim",
|
|
5758
|
+
method: "GET",
|
|
5759
|
+
path: "/scim.listProviders",
|
|
5760
|
+
schema: z.object({}),
|
|
5761
|
+
annotations: {
|
|
5762
|
+
title: "Scim ListProviders",
|
|
5763
|
+
...{ "readOnlyHint": true, "idempotentHint": true, "openWorldHint": true },
|
|
5764
|
+
},
|
|
5765
|
+
},
|
|
5766
|
+
{
|
|
5767
|
+
name: "scim-generateToken",
|
|
5768
|
+
description: "POST /scim.generateToken",
|
|
5769
|
+
tag: "scim",
|
|
5770
|
+
method: "POST",
|
|
5771
|
+
path: "/scim.generateToken",
|
|
5772
|
+
schema: z.object({ "providerId": z.string().regex(new RegExp("^[a-z0-9][a-z0-9-]*$")).min(1).max(64) }),
|
|
5773
|
+
annotations: {
|
|
5774
|
+
title: "Scim GenerateToken",
|
|
5775
|
+
...{ "idempotentHint": true, "openWorldHint": true },
|
|
5776
|
+
},
|
|
5777
|
+
},
|
|
5778
|
+
{
|
|
5779
|
+
name: "scim-deleteProvider",
|
|
5780
|
+
description: "POST /scim.deleteProvider",
|
|
5781
|
+
tag: "scim",
|
|
5782
|
+
method: "POST",
|
|
5783
|
+
path: "/scim.deleteProvider",
|
|
5784
|
+
schema: z.object({ "providerId": z.string().regex(new RegExp("^[a-z0-9][a-z0-9-]*$")).min(1).max(64) }),
|
|
5785
|
+
annotations: {
|
|
5786
|
+
title: "Scim DeleteProvider",
|
|
5787
|
+
...{ "destructiveHint": true, "openWorldHint": true },
|
|
5788
|
+
},
|
|
5789
|
+
},
|
|
5754
5790
|
{
|
|
5755
5791
|
name: "forwardAuth-getAuthDomain",
|
|
5756
5792
|
description: "GET /forwardAuth.getAuthDomain",
|