@dadaki/mcp 1.0.0-beta.2 → 1.0.0-beta.3

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
@@ -25466,7 +25466,7 @@ tool(
25466
25466
  id: external_exports.number(),
25467
25467
  text: external_exports.string().optional(),
25468
25468
  fontSize: external_exports.number().positive().optional(),
25469
- fontFamily: external_exports.string().optional(),
25469
+ fontFamily: external_exports.string().optional().describe('Any Google Fonts family, by its exact name \u2014 "Instrument Serif".'),
25470
25470
  align: external_exports.enum(["left", "center", "right"]).optional(),
25471
25471
  weight: external_exports.number().min(100).max(900).optional().describe("400 normal, 700 bold"),
25472
25472
  italic: external_exports.boolean().optional(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dadaki/mcp",
3
- "version": "1.0.0-beta.2",
3
+ "version": "1.0.0-beta.3",
4
4
  "description": "MCP server that lets an agent author vector artwork in Dadaki — intent-level drawing verbs plus render-back so the agent can see its own work.",
5
5
  "license": "MIT",
6
6
  "type": "module",