@dokploy/mcp 0.30.6 → 0.30.7

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.
@@ -1,5 +1,5 @@
1
1
  // AUTO-GENERATED FILE — DO NOT EDIT MANUALLY
2
- // Generated from openapi.json on 2026-09-08
2
+ // Generated from openapi.json on 2026-09-18
3
3
  // Run `pnpm generate` to regenerate
4
4
  import { z } from "zod";
5
5
  export const generatedTools = [
@@ -5460,7 +5460,7 @@ export const generatedTools = [
5460
5460
  tag: "stripe",
5461
5461
  method: "POST",
5462
5462
  path: "/stripe.startFreeTrial",
5463
- schema: z.object({}),
5463
+ schema: z.object({ "tier": z.enum(["hobby", "startup"]) }),
5464
5464
  annotations: {
5465
5465
  title: "Stripe StartFreeTrial",
5466
5466
  ...{ "idempotentHint": true, "openWorldHint": true },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dokploy/mcp",
3
- "version": "0.30.6",
3
+ "version": "0.30.7",
4
4
  "description": "MCP Server for Dokploy API",
5
5
  "main": "build/index.js",
6
6
  "bin": {