harness_sync_design_system
Syncs design tokens and rules from a Design MCP server, storing tokens and queuing rules for approval. Use when no direct host connection exists.
Instructions
Direct path to a design system: the harness itself connects to the Design MCP server configured in config.json (design_mcp.command/args), pulls tokens and rules, stores the tokens and queues the rules for approval. Use where no host wires the two servers together; otherwise prefer harness_set_design_tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| import_rules | No | Queue the design-system rules as pending changes. Default true. | |
| project_path | Yes | Absolute path to the project root. Always pass it explicitly. |