@fragments-sdk/cli 0.15.9 → 0.15.10

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/README.md CHANGED
@@ -37,7 +37,7 @@ Add to your Claude Code MCP settings (`~/.claude/settings.json`):
37
37
  "mcpServers": {
38
38
  "fragments": {
39
39
  "command": "npx",
40
- "args": ["@fragments-sdk/cli", "mcp"]
40
+ "args": ["-y", "--package", "@fragments-sdk/cli", "fragments-mcp"]
41
41
  }
42
42
  }
43
43
  }
@@ -70,11 +70,11 @@ The server searches for `fragments.json` in two places:
70
70
 
71
71
  | Tool | Description |
72
72
  |------|-------------|
73
- | `fragments_discover` | List components, suggest by use case, find alternatives, or get a full context summary |
74
- | `fragments_inspect` | Get detailed component info: props, usage guidelines, code examples — all in one call |
75
- | `fragments_blocks` | Search composition blocks (e.g., "Login Form", "Settings Page") |
76
- | `fragments_render` | Render a component screenshot, verify against baseline, or compare to Figma |
77
- | `fragments_fix` | Generate patches to fix token compliance issues |
73
+ | `discover` | List components, suggest by use case, find alternatives, or get a full context summary |
74
+ | `inspect` | Get detailed component info: props, usage guidelines, code examples — all in one call |
75
+ | `blocks` | Search composition blocks (e.g., "Login Form", "Settings Page") |
76
+ | `render` | Render a component screenshot, verify against baseline, or compare to Figma |
77
+ | `fix` | Generate patches to fix token compliance issues |
78
78
 
79
79
  ### Visual tools
80
80