@thehammer/schema-mcp-server 1.0.4 → 1.0.5
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/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -413,7 +413,7 @@ if (shouldRegister("directive_create"))
|
|
|
413
413
|
data_fragment_selector: z
|
|
414
414
|
.record(z.string(), z.unknown())
|
|
415
415
|
.optional()
|
|
416
|
-
.describe("Fragment selector for which fields to extract (DataExtraction only).
|
|
416
|
+
.describe("Fragment selector for which fields to extract (DataExtraction only). REQUIRED for DataExtraction directives — must explicitly list every field this directive extracts. Not auto-generated."),
|
|
417
417
|
prompt: z
|
|
418
418
|
.string()
|
|
419
419
|
.optional()
|