@dialpad/dialtone-mcp-server 1.3.0 → 1.4.0-next.1

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 (3) hide show
  1. package/README.md +1 -1
  2. package/build/index.js +380894 -119911
  3. package/package.json +5 -5
package/README.md CHANGED
@@ -109,7 +109,7 @@ Search for design tokens (CSS variables).
109
109
 
110
110
  **Example queries:**
111
111
  - `color foreground primary` → --dt-color-foreground-primary
112
- - `space 400` → --dt-space-400, --dt-space-400-negative
112
+ - `spacing 100` → --dt-spacing-100, --dt-spacing-100-negative
113
113
  - `font family` → --dt-font-family-body, --dt-font-family-expressive
114
114
  - `font weight bold` → --dt-font-weight-bold
115
115