@thehammer/schema-mcp-server 1.0.4 → 1.0.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. 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). Auto-generated if omitted."),
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()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thehammer/schema-mcp-server",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "description": "MCP server for Schema Builder - translates Claude Code tool calls into Laravel API requests",
5
5
  "license": "MIT",
6
6
  "repository": {