aiquila-mcp 0.4.6 → 0.4.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.
|
@@ -110,7 +110,7 @@ export const createCoworkerTool = {
|
|
|
110
110
|
idempotentHint: false,
|
|
111
111
|
openWorldHint: false,
|
|
112
112
|
},
|
|
113
|
-
description: 'Create a coworker. Provide templateId to start from a built-in template (e.g. "classify-images-claude" or "classify-images-
|
|
113
|
+
description: 'Create a coworker. Provide templateId to start from a built-in template (e.g. "classify-images-claude" or "classify-images-mistral"), and/or explicit fields to configure a custom one. Fields override template defaults.',
|
|
114
114
|
inputSchema: z.object({
|
|
115
115
|
templateId: z
|
|
116
116
|
.string()
|