@kanso-protocol/mcp 0.5.2 → 1.0.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 (2) hide show
  1. package/manifest.json +3 -3
  2. package/package.json +1 -1
package/manifest.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
- "generatedAt": "2026-05-07T12:52:42.938Z",
3
- "version": "0.5.2",
2
+ "generatedAt": "2026-05-09T12:56:04.520Z",
3
+ "version": "1.0.0",
4
4
  "totals": {
5
5
  "components": 54,
6
6
  "patterns": 22,
@@ -885,7 +885,7 @@
885
885
  "selector": "kp-card",
886
886
  "layer": "components",
887
887
  "package": "@kanso-protocol/card",
888
- "description": "Kanso Protocol — Card\n\nUniversal container with optional header (title + description +\naction), body, and footer. Each section toggles via boolean inputs;\ndividers can be added between sections for visual grouping.\n\nSet `appearance=\"elevated\"` for a shadowed surface, `\"muted\"` for a\ngray background, or `\"outline\"` for a transparent panel with just a\nborder. Setting `[clickable]=\"true\"` adds a hover state and emits\n`(cardClick)` wire it to navigate, expand, or run any action.",
888
+ "description": "Kanso Protocol — Card\n\nUniversal container with optional header (title + description +\naction), body, and footer. Each section toggles via boolean inputs;\ndividers can be added between sections for visual grouping.\n\nSet `appearance=\"elevated\"` for a shadowed surface, `\"muted\"` for a\ngray background with dimmed text (secondary / preview content),\n`\"subtle\"` for a gray background with full-strength text and no\nborder (primary content visually separated from the page), or\n`\"outline\"` for a transparent panel with just a border. Setting\n`[clickable]=\"true\"` adds a hover state and emits `(cardClick)` —\nwire it to navigate, expand, or run any action.",
889
889
  "examples": [],
890
890
  "inputs": [
891
891
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kanso-protocol/mcp",
3
- "version": "0.5.2",
3
+ "version": "1.0.0",
4
4
  "license": "MIT",
5
5
  "description": "Kanso Protocol — Model Context Protocol server. Exposes the component / pattern / token catalog to AI agents so they can author Kanso UI without leaving the editor.",
6
6
  "author": "GregNBlack",