@kanso-protocol/mcp 4.1.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.
- package/README.md +2 -2
- package/manifest.json +261 -180
- 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
|
-
##
|
|
122
|
+
## Roadmap
|
|
123
123
|
|
|
124
|
-
- **
|
|
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
|