@kanso-protocol/mcp 4.0.0 → 4.2.0

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 +2 -2
  2. package/manifest.json +406 -179
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -119,9 +119,9 @@ Once connected, ask the assistant things like:
119
119
 
120
120
  The assistant calls `list_components` / `get_component` / `list_tokens` under the hood and answers from the live catalog instead of guessing.
121
121
 
122
- ## What's not in 0.1.x
122
+ ## Roadmap
123
123
 
124
- - **No Figma bridge yet.** The next minor will add `figma_component_for(name)` and `figma_token_for(name)` so an agent can hop straight from a Kanso component to its Figma master node and pull a screenshot via the Figma MCP.
124
+ - **Figma bridge — shipped.** `figma_context`, `figma_for_component`, `figma_for_pattern`, and `figma_for_icon` let an agent hop straight from a Kanso component to its Figma node and pull a screenshot via the Figma MCP (see the Figma bridge section above).
125
125
  - **No example-generation tool.** Pure metadata for now — let the agent compose snippets from the inputs/outputs it learns. We'll revisit if it turns out hand-crafting matters.
126
126
 
127
127
  ## License