@vibetools/dokploy-mcp 1.0.0 → 2.0.0
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 +59 -160
- package/dist/api/client.d.ts +3 -0
- package/dist/api/client.js +38 -13
- package/dist/cli/index.js +1 -0
- package/dist/codemode/context/execute-context.d.ts +590 -0
- package/dist/codemode/context/execute-context.js +64 -0
- package/dist/codemode/context/search-context.d.ts +13851 -0
- package/dist/codemode/context/search-context.js +42 -0
- package/dist/codemode/gateway/api-gateway.d.ts +12 -0
- package/dist/codemode/gateway/api-gateway.js +160 -0
- package/dist/codemode/gateway/error-format.d.ts +13 -0
- package/dist/codemode/gateway/error-format.js +9 -0
- package/dist/codemode/gateway/request-normalizer.d.ts +3 -0
- package/dist/codemode/gateway/request-normalizer.js +21 -0
- package/dist/codemode/gateway/trace.d.ts +13 -0
- package/dist/codemode/gateway/trace.js +11 -0
- package/dist/codemode/sandbox/host.d.ts +11 -0
- package/dist/codemode/sandbox/host.js +28 -0
- package/dist/codemode/sandbox/limits.d.ts +2 -0
- package/dist/codemode/sandbox/limits.js +20 -0
- package/dist/codemode/sandbox/runner.d.ts +8 -0
- package/dist/codemode/sandbox/runner.js +113 -0
- package/dist/codemode/sandbox/runtime.d.ts +2 -0
- package/dist/codemode/sandbox/runtime.js +3 -0
- package/dist/codemode/sandbox/serialize.d.ts +1 -0
- package/dist/codemode/sandbox/serialize.js +45 -0
- package/dist/codemode/sandbox/subprocess-runner.d.ts +10 -0
- package/dist/codemode/sandbox/subprocess-runner.js +91 -0
- package/dist/codemode/sandbox/types.d.ts +12 -0
- package/dist/codemode/sandbox/types.js +1 -0
- package/dist/codemode/sandbox/worker-entry.d.ts +1 -0
- package/dist/codemode/sandbox/worker-entry.js +70 -0
- package/dist/codemode/server-codemode.d.ts +2 -0
- package/dist/codemode/server-codemode.js +17 -0
- package/dist/codemode/tools/execute.d.ts +583 -0
- package/dist/codemode/tools/execute.js +52 -0
- package/dist/codemode/tools/index.d.ts +2 -0
- package/dist/codemode/tools/index.js +3 -0
- package/dist/codemode/tools/search.d.ts +2 -0
- package/dist/codemode/tools/search.js +62 -0
- package/dist/generated/dokploy-catalog.d.ts +27 -0
- package/dist/generated/dokploy-catalog.js +16 -0
- package/dist/generated/dokploy-schemas.d.ts +17533 -0
- package/dist/generated/dokploy-schemas.js +20639 -0
- package/dist/generated/dokploy-sdk.d.ts +558 -0
- package/dist/generated/dokploy-sdk.js +561 -0
- package/dist/generated/openapi-index.json +10591 -0
- package/dist/{tools/_factory.d.ts → mcp/tool-factory.d.ts} +2 -0
- package/dist/{tools/_factory.js → mcp/tool-factory.js} +26 -7
- package/dist/server.d.ts +1 -1
- package/dist/server.js +2 -15
- package/package.json +22 -11
- package/dist/tools/_database.d.ts +0 -12
- package/dist/tools/_database.js +0 -96
- package/dist/tools/admin.d.ts +0 -2
- package/dist/tools/admin.js +0 -61
- package/dist/tools/application.d.ts +0 -2
- package/dist/tools/application.js +0 -464
- package/dist/tools/backup.d.ts +0 -2
- package/dist/tools/backup.js +0 -103
- package/dist/tools/certificates.d.ts +0 -2
- package/dist/tools/certificates.js +0 -54
- package/dist/tools/cluster.d.ts +0 -2
- package/dist/tools/cluster.js +0 -38
- package/dist/tools/compose.d.ts +0 -2
- package/dist/tools/compose.js +0 -213
- package/dist/tools/deployment.d.ts +0 -2
- package/dist/tools/deployment.js +0 -27
- package/dist/tools/destination.d.ts +0 -2
- package/dist/tools/destination.js +0 -78
- package/dist/tools/docker.d.ts +0 -2
- package/dist/tools/docker.js +0 -50
- package/dist/tools/domain.d.ts +0 -2
- package/dist/tools/domain.js +0 -134
- package/dist/tools/index.d.ts +0 -2
- package/dist/tools/index.js +0 -48
- package/dist/tools/mariadb.d.ts +0 -1
- package/dist/tools/mariadb.js +0 -14
- package/dist/tools/mongo.d.ts +0 -1
- package/dist/tools/mongo.js +0 -12
- package/dist/tools/mounts.d.ts +0 -2
- package/dist/tools/mounts.js +0 -65
- package/dist/tools/mysql.d.ts +0 -1
- package/dist/tools/mysql.js +0 -14
- package/dist/tools/port.d.ts +0 -2
- package/dist/tools/port.js +0 -54
- package/dist/tools/postgres.d.ts +0 -1
- package/dist/tools/postgres.js +0 -13
- package/dist/tools/project.d.ts +0 -2
- package/dist/tools/project.js +0 -94
- package/dist/tools/redirects.d.ts +0 -2
- package/dist/tools/redirects.js +0 -53
- package/dist/tools/redis.d.ts +0 -1
- package/dist/tools/redis.js +0 -11
- package/dist/tools/registry.d.ts +0 -2
- package/dist/tools/registry.js +0 -81
- package/dist/tools/security.d.ts +0 -2
- package/dist/tools/security.js +0 -48
- package/dist/tools/settings.d.ts +0 -2
- package/dist/tools/settings.js +0 -258
- package/dist/tools/user.d.ts +0 -2
- package/dist/tools/user.js +0 -12
package/dist/tools/settings.js
DELETED
|
@@ -1,258 +0,0 @@
|
|
|
1
|
-
import { z } from 'zod';
|
|
2
|
-
import { getTool, postTool } from './_factory.js';
|
|
3
|
-
// ── tools ────────────────────────────────────────────────────────────
|
|
4
|
-
const reloadServer = postTool({
|
|
5
|
-
name: 'dokploy_settings_reload_server',
|
|
6
|
-
title: 'Reload Server',
|
|
7
|
-
description: 'Reload the Dokploy server process to apply configuration changes. No parameters required. Returns the reload status. Use after making changes to server settings that require a restart.',
|
|
8
|
-
schema: z.object({}).strict(),
|
|
9
|
-
endpoint: '/settings.reloadServer',
|
|
10
|
-
});
|
|
11
|
-
const reloadTraefik = postTool({
|
|
12
|
-
name: 'dokploy_settings_reload_traefik',
|
|
13
|
-
title: 'Reload Traefik',
|
|
14
|
-
description: 'Reload the Traefik reverse proxy to apply routing and configuration changes. No parameters required. Returns the reload status. Use after updating Traefik configuration, domains, or SSL certificates.',
|
|
15
|
-
schema: z.object({}).strict(),
|
|
16
|
-
endpoint: '/settings.reloadTraefik',
|
|
17
|
-
});
|
|
18
|
-
const cleanUnusedImages = postTool({
|
|
19
|
-
name: 'dokploy_settings_clean_unused_images',
|
|
20
|
-
title: 'Clean Unused Images',
|
|
21
|
-
description: 'Remove unused Docker images to free disk space on the server. No parameters required. Returns the amount of space reclaimed and the list of removed images. Only removes images not referenced by any container.',
|
|
22
|
-
schema: z.object({}).strict(),
|
|
23
|
-
endpoint: '/settings.cleanUnusedImages',
|
|
24
|
-
annotations: { destructiveHint: true },
|
|
25
|
-
});
|
|
26
|
-
const cleanUnusedVolumes = postTool({
|
|
27
|
-
name: 'dokploy_settings_clean_unused_volumes',
|
|
28
|
-
title: 'Clean Unused Volumes',
|
|
29
|
-
description: 'Remove unused Docker volumes to free disk space. This action is irreversible and may delete persistent data stored in volumes not attached to any container. No parameters required. Returns the amount of space reclaimed and the list of removed volumes.',
|
|
30
|
-
schema: z.object({}).strict(),
|
|
31
|
-
endpoint: '/settings.cleanUnusedVolumes',
|
|
32
|
-
annotations: { destructiveHint: true },
|
|
33
|
-
});
|
|
34
|
-
const cleanStoppedContainers = postTool({
|
|
35
|
-
name: 'dokploy_settings_clean_stopped_containers',
|
|
36
|
-
title: 'Clean Stopped Containers',
|
|
37
|
-
description: 'Remove all stopped Docker containers from the server. This action is irreversible and removes containers in exited or dead state. No parameters required. Returns the list of removed containers and space reclaimed.',
|
|
38
|
-
schema: z.object({}).strict(),
|
|
39
|
-
endpoint: '/settings.cleanStoppedContainers',
|
|
40
|
-
annotations: { destructiveHint: true },
|
|
41
|
-
});
|
|
42
|
-
const cleanDockerBuilder = postTool({
|
|
43
|
-
name: 'dokploy_settings_clean_docker_builder',
|
|
44
|
-
title: 'Clean Docker Builder',
|
|
45
|
-
description: 'Clean the Docker builder cache to free disk space used by intermediate build layers. No parameters required. Returns the amount of space reclaimed. Safe to run without affecting running containers or images.',
|
|
46
|
-
schema: z.object({}).strict(),
|
|
47
|
-
endpoint: '/settings.cleanDockerBuilder',
|
|
48
|
-
annotations: { destructiveHint: true },
|
|
49
|
-
});
|
|
50
|
-
const cleanDockerPrune = postTool({
|
|
51
|
-
name: 'dokploy_settings_clean_docker_prune',
|
|
52
|
-
title: 'Docker System Prune',
|
|
53
|
-
description: 'Run a full Docker system prune to remove all unused resources including stopped containers, dangling images, unused networks, and build cache. This action is irreversible. No parameters required. Returns the total space reclaimed.',
|
|
54
|
-
schema: z.object({}).strict(),
|
|
55
|
-
endpoint: '/settings.cleanDockerPrune',
|
|
56
|
-
annotations: { destructiveHint: true },
|
|
57
|
-
});
|
|
58
|
-
const cleanAll = postTool({
|
|
59
|
-
name: 'dokploy_settings_clean_all',
|
|
60
|
-
title: 'Clean All Docker Resources',
|
|
61
|
-
description: 'Clean all unused Docker resources at once: images, volumes, stopped containers, and builder cache. This action is irreversible and is the most aggressive cleanup option. No parameters required. Returns a summary of all removed resources and total space reclaimed.',
|
|
62
|
-
schema: z.object({}).strict(),
|
|
63
|
-
endpoint: '/settings.cleanAll',
|
|
64
|
-
annotations: { destructiveHint: true },
|
|
65
|
-
});
|
|
66
|
-
const cleanMonitoring = postTool({
|
|
67
|
-
name: 'dokploy_settings_clean_monitoring',
|
|
68
|
-
title: 'Clean Monitoring Data',
|
|
69
|
-
description: 'Clear all stored monitoring data including metrics and historical performance information. This action is irreversible and resets monitoring history to a clean state. No parameters required. Returns a confirmation of the cleanup.',
|
|
70
|
-
schema: z.object({}).strict(),
|
|
71
|
-
endpoint: '/settings.cleanMonitoring',
|
|
72
|
-
annotations: { destructiveHint: true },
|
|
73
|
-
});
|
|
74
|
-
const saveSSHPrivateKey = postTool({
|
|
75
|
-
name: 'dokploy_settings_save_ssh_private_key',
|
|
76
|
-
title: 'Save SSH Private Key',
|
|
77
|
-
description: 'Save an SSH private key for server access and remote operations. Accepts the sshPrivateKey parameter containing the key content, or null to clear the stored key. Returns a confirmation that the key was saved successfully.',
|
|
78
|
-
schema: z
|
|
79
|
-
.object({
|
|
80
|
-
sshPrivateKey: z
|
|
81
|
-
.string()
|
|
82
|
-
.nullable()
|
|
83
|
-
.describe('The SSH private key content, or null to clear'),
|
|
84
|
-
})
|
|
85
|
-
.strict(),
|
|
86
|
-
endpoint: '/settings.saveSSHPrivateKey',
|
|
87
|
-
});
|
|
88
|
-
const cleanSSHPrivateKey = postTool({
|
|
89
|
-
name: 'dokploy_settings_clean_ssh_private_key',
|
|
90
|
-
title: 'Clean SSH Private Key',
|
|
91
|
-
description: 'Remove the stored SSH private key from the server. This action is irreversible and will prevent SSH-based remote operations until a new key is saved. No parameters required. Returns a confirmation of the removal.',
|
|
92
|
-
schema: z.object({}).strict(),
|
|
93
|
-
endpoint: '/settings.cleanSSHPrivateKey',
|
|
94
|
-
annotations: { destructiveHint: true },
|
|
95
|
-
});
|
|
96
|
-
const assignDomainServer = postTool({
|
|
97
|
-
name: 'dokploy_settings_assign_domain_server',
|
|
98
|
-
title: 'Assign Domain to Server',
|
|
99
|
-
description: "Assign a domain to the Dokploy server with optional SSL certificate configuration. Accepts an optional letsEncryptEmail for Let's Encrypt certificate registration and an optional certificateType ('letsencrypt' or 'none'). Returns the updated domain assignment configuration.",
|
|
100
|
-
schema: z
|
|
101
|
-
.object({
|
|
102
|
-
letsEncryptEmail: z
|
|
103
|
-
.string()
|
|
104
|
-
.optional()
|
|
105
|
-
.describe("Email for Let's Encrypt certificate registration"),
|
|
106
|
-
certificateType: z
|
|
107
|
-
.enum(['letsencrypt', 'none'])
|
|
108
|
-
.optional()
|
|
109
|
-
.describe('Type of SSL certificate: letsencrypt or none'),
|
|
110
|
-
})
|
|
111
|
-
.strict(),
|
|
112
|
-
endpoint: '/settings.assignDomainServer',
|
|
113
|
-
});
|
|
114
|
-
const updateDockerCleanup = postTool({
|
|
115
|
-
name: 'dokploy_settings_update_docker_cleanup',
|
|
116
|
-
title: 'Update Docker Cleanup Schedule',
|
|
117
|
-
description: 'Configure automatic Docker cleanup scheduling to periodically remove unused resources. Requires the enabled boolean parameter and accepts an optional cron schedule expression. Returns the updated cleanup configuration.',
|
|
118
|
-
schema: z
|
|
119
|
-
.object({
|
|
120
|
-
enabled: z.boolean().describe('Whether automatic cleanup is enabled'),
|
|
121
|
-
schedule: z.string().optional().describe('Cron schedule expression for the cleanup job'),
|
|
122
|
-
})
|
|
123
|
-
.strict(),
|
|
124
|
-
endpoint: '/settings.updateDockerCleanup',
|
|
125
|
-
});
|
|
126
|
-
const readTraefikConfig = getTool({
|
|
127
|
-
name: 'dokploy_settings_read_traefik_config',
|
|
128
|
-
title: 'Read Traefik Config',
|
|
129
|
-
description: 'Read the current main Traefik configuration file content. No parameters required. Returns the raw Traefik configuration as a string, which defines the core routing, entrypoints, and provider settings.',
|
|
130
|
-
schema: z.object({}).strict(),
|
|
131
|
-
endpoint: '/settings.readTraefikConfig',
|
|
132
|
-
});
|
|
133
|
-
const updateTraefikConfig = postTool({
|
|
134
|
-
name: 'dokploy_settings_update_traefik_config',
|
|
135
|
-
title: 'Update Traefik Config',
|
|
136
|
-
description: 'Update the main Traefik configuration file with new content. Requires the traefikConfig parameter containing the full configuration. Returns a confirmation of the update. A Traefik reload may be needed to apply changes.',
|
|
137
|
-
schema: z
|
|
138
|
-
.object({
|
|
139
|
-
traefikConfig: z.string().min(1).describe('The new Traefik configuration content'),
|
|
140
|
-
})
|
|
141
|
-
.strict(),
|
|
142
|
-
endpoint: '/settings.updateTraefikConfig',
|
|
143
|
-
});
|
|
144
|
-
const readWebServerTraefikConfig = getTool({
|
|
145
|
-
name: 'dokploy_settings_read_web_server_traefik_config',
|
|
146
|
-
title: 'Read Web Server Traefik Config',
|
|
147
|
-
description: 'Read the Traefik configuration specific to the Dokploy web server. No parameters required. Returns the raw web server Traefik configuration as a string, which controls how the Dokploy dashboard and API are exposed.',
|
|
148
|
-
schema: z.object({}).strict(),
|
|
149
|
-
endpoint: '/settings.readWebServerTraefikConfig',
|
|
150
|
-
});
|
|
151
|
-
const updateWebServerTraefikConfig = postTool({
|
|
152
|
-
name: 'dokploy_settings_update_web_server_traefik_config',
|
|
153
|
-
title: 'Update Web Server Traefik Config',
|
|
154
|
-
description: 'Update the Traefik configuration for the Dokploy web server. Requires the traefikConfig parameter containing the full web server configuration. Returns a confirmation of the update. A Traefik reload may be needed to apply changes.',
|
|
155
|
-
schema: z
|
|
156
|
-
.object({
|
|
157
|
-
traefikConfig: z.string().min(1).describe('The new web server Traefik configuration content'),
|
|
158
|
-
})
|
|
159
|
-
.strict(),
|
|
160
|
-
endpoint: '/settings.updateWebServerTraefikConfig',
|
|
161
|
-
});
|
|
162
|
-
const readMiddlewareTraefikConfig = getTool({
|
|
163
|
-
name: 'dokploy_settings_read_middleware_traefik_config',
|
|
164
|
-
title: 'Read Middleware Traefik Config',
|
|
165
|
-
description: 'Read the Traefik middleware configuration that defines request processing rules such as rate limiting, authentication, and header manipulation. No parameters required. Returns the raw middleware configuration as a string.',
|
|
166
|
-
schema: z.object({}).strict(),
|
|
167
|
-
endpoint: '/settings.readMiddlewareTraefikConfig',
|
|
168
|
-
});
|
|
169
|
-
const updateMiddlewareTraefikConfig = postTool({
|
|
170
|
-
name: 'dokploy_settings_update_middleware_traefik_config',
|
|
171
|
-
title: 'Update Middleware Traefik Config',
|
|
172
|
-
description: 'Update the Traefik middleware configuration that controls request processing rules. Requires the traefikConfig parameter containing the full middleware configuration. Returns a confirmation of the update. A Traefik reload may be needed to apply changes.',
|
|
173
|
-
schema: z
|
|
174
|
-
.object({
|
|
175
|
-
traefikConfig: z.string().min(1).describe('The new middleware Traefik configuration content'),
|
|
176
|
-
})
|
|
177
|
-
.strict(),
|
|
178
|
-
endpoint: '/settings.updateMiddlewareTraefikConfig',
|
|
179
|
-
});
|
|
180
|
-
const updateServer = postTool({
|
|
181
|
-
name: 'dokploy_settings_update_server',
|
|
182
|
-
title: 'Update Server',
|
|
183
|
-
description: 'Update the Dokploy server to the latest available version. No parameters required. Returns the update status and new version information. This will restart the server process and may cause brief downtime.',
|
|
184
|
-
schema: z.object({}).strict(),
|
|
185
|
-
endpoint: '/settings.updateServer',
|
|
186
|
-
});
|
|
187
|
-
const getDokployVersion = getTool({
|
|
188
|
-
name: 'dokploy_settings_get_version',
|
|
189
|
-
title: 'Get Dokploy Version',
|
|
190
|
-
description: 'Get the currently running Dokploy server version. No parameters required. Returns the version string of the installed Dokploy instance. Useful for checking if updates are available.',
|
|
191
|
-
schema: z.object({}).strict(),
|
|
192
|
-
endpoint: '/settings.getDokployVersion',
|
|
193
|
-
});
|
|
194
|
-
const readDirectories = getTool({
|
|
195
|
-
name: 'dokploy_settings_read_directories',
|
|
196
|
-
title: 'Read Server Directories',
|
|
197
|
-
description: 'Read the server directory listing to inspect the file system structure used by Dokploy. No parameters required. Returns a list of directories and their contents on the server where Dokploy stores its data and configurations.',
|
|
198
|
-
schema: z.object({}).strict(),
|
|
199
|
-
endpoint: '/settings.readDirectories',
|
|
200
|
-
});
|
|
201
|
-
const getOpenApiDocument = getTool({
|
|
202
|
-
name: 'dokploy_settings_get_openapi_document',
|
|
203
|
-
title: 'Get OpenAPI Document',
|
|
204
|
-
description: 'Get the Dokploy OpenAPI specification document describing all available API endpoints. No parameters required. Returns the full OpenAPI JSON document including paths, schemas, and authentication requirements.',
|
|
205
|
-
schema: z.object({}).strict(),
|
|
206
|
-
endpoint: '/settings.getOpenApiDocument',
|
|
207
|
-
});
|
|
208
|
-
const readTraefikFile = getTool({
|
|
209
|
-
name: 'dokploy_settings_read_traefik_file',
|
|
210
|
-
title: 'Read Traefik File',
|
|
211
|
-
description: 'Read a specific Traefik configuration file from the server file system. Accepts a path parameter to specify which Traefik file to read. Returns the raw file content as a string. Useful for inspecting individual Traefik configuration files beyond the main config.',
|
|
212
|
-
schema: z
|
|
213
|
-
.object({
|
|
214
|
-
path: z.string().min(1).describe('Path to the Traefik configuration file to read'),
|
|
215
|
-
})
|
|
216
|
-
.strict(),
|
|
217
|
-
endpoint: '/settings.readTraefikFile',
|
|
218
|
-
});
|
|
219
|
-
const updateTraefikFile = postTool({
|
|
220
|
-
name: 'dokploy_settings_update_traefik_file',
|
|
221
|
-
title: 'Update Traefik File',
|
|
222
|
-
description: 'Update a specific Traefik configuration file on the server. Requires the file path and new content. Returns a confirmation. A Traefik reload may be needed to apply changes.',
|
|
223
|
-
schema: z
|
|
224
|
-
.object({
|
|
225
|
-
path: z.string().min(1).describe('Path to the Traefik configuration file to update'),
|
|
226
|
-
traefikConfig: z.string().min(1).describe('The new file content'),
|
|
227
|
-
})
|
|
228
|
-
.strict(),
|
|
229
|
-
endpoint: '/settings.updateTraefikFile',
|
|
230
|
-
});
|
|
231
|
-
// ── export ───────────────────────────────────────────────────────────
|
|
232
|
-
export const settingsTools = [
|
|
233
|
-
reloadServer,
|
|
234
|
-
reloadTraefik,
|
|
235
|
-
cleanUnusedImages,
|
|
236
|
-
cleanUnusedVolumes,
|
|
237
|
-
cleanStoppedContainers,
|
|
238
|
-
cleanDockerBuilder,
|
|
239
|
-
cleanDockerPrune,
|
|
240
|
-
cleanAll,
|
|
241
|
-
cleanMonitoring,
|
|
242
|
-
saveSSHPrivateKey,
|
|
243
|
-
cleanSSHPrivateKey,
|
|
244
|
-
assignDomainServer,
|
|
245
|
-
updateDockerCleanup,
|
|
246
|
-
readTraefikConfig,
|
|
247
|
-
updateTraefikConfig,
|
|
248
|
-
readWebServerTraefikConfig,
|
|
249
|
-
updateWebServerTraefikConfig,
|
|
250
|
-
readMiddlewareTraefikConfig,
|
|
251
|
-
updateMiddlewareTraefikConfig,
|
|
252
|
-
updateServer,
|
|
253
|
-
getDokployVersion,
|
|
254
|
-
readDirectories,
|
|
255
|
-
getOpenApiDocument,
|
|
256
|
-
readTraefikFile,
|
|
257
|
-
updateTraefikFile,
|
|
258
|
-
];
|
package/dist/tools/user.d.ts
DELETED
package/dist/tools/user.js
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { z } from 'zod';
|
|
2
|
-
import { getTool } from './_factory.js';
|
|
3
|
-
// ── tools ────────────────────────────────────────────────────────────
|
|
4
|
-
const all = getTool({
|
|
5
|
-
name: 'dokploy_user_all',
|
|
6
|
-
title: 'List All Users',
|
|
7
|
-
description: 'List all users registered in the Dokploy instance. No parameters required. Returns an array of user objects including their IDs, emails, roles, and permission details.',
|
|
8
|
-
schema: z.object({}).strict(),
|
|
9
|
-
endpoint: '/user.all',
|
|
10
|
-
});
|
|
11
|
-
// ── export ───────────────────────────────────────────────────────────
|
|
12
|
-
export const userTools = [all];
|