@dokploy/mcp 0.29.5 → 0.29.6

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.
@@ -4335,6 +4335,30 @@ export const generatedTools = [
4335
4335
  ...{ "idempotentHint": true, "openWorldHint": true },
4336
4336
  },
4337
4337
  },
4338
+ {
4339
+ name: "settings-updateRemoteServersOnly",
4340
+ description: "POST /settings.updateRemoteServersOnly",
4341
+ tag: "settings",
4342
+ method: "POST",
4343
+ path: "/settings.updateRemoteServersOnly",
4344
+ schema: z.object({ "remoteServersOnly": z.boolean() }),
4345
+ annotations: {
4346
+ title: "Settings UpdateRemoteServersOnly",
4347
+ ...{ "idempotentHint": true, "openWorldHint": true },
4348
+ },
4349
+ },
4350
+ {
4351
+ name: "settings-updateEnforceSSO",
4352
+ description: "POST /settings.updateEnforceSSO",
4353
+ tag: "settings",
4354
+ method: "POST",
4355
+ path: "/settings.updateEnforceSSO",
4356
+ schema: z.object({ "enforceSSO": z.boolean() }),
4357
+ annotations: {
4358
+ title: "Settings UpdateEnforceSSO",
4359
+ ...{ "idempotentHint": true, "openWorldHint": true },
4360
+ },
4361
+ },
4338
4362
  {
4339
4363
  name: "settings-readTraefikConfig",
4340
4364
  description: "GET /settings.readTraefikConfig",
@@ -5583,6 +5607,18 @@ export const generatedTools = [
5583
5607
  ...{ "readOnlyHint": true, "idempotentHint": true, "openWorldHint": true },
5584
5608
  },
5585
5609
  },
5610
+ {
5611
+ name: "sso-enforceSSO",
5612
+ description: "GET /sso.enforceSSO",
5613
+ tag: "sso",
5614
+ method: "GET",
5615
+ path: "/sso.enforceSSO",
5616
+ schema: z.object({}),
5617
+ annotations: {
5618
+ title: "Sso EnforceSSO",
5619
+ ...{ "readOnlyHint": true, "idempotentHint": true, "openWorldHint": true },
5620
+ },
5621
+ },
5586
5622
  {
5587
5623
  name: "sso-listProviders",
5588
5624
  description: "GET /sso.listProviders",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dokploy/mcp",
3
- "version": "0.29.5",
3
+ "version": "0.29.6",
4
4
  "description": "MCP Server for Dokploy API",
5
5
  "main": "build/index.js",
6
6
  "bin": {