@kanso-protocol/mcp 3.0.0 → 3.0.1
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/manifest.json +17 -5
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"generatedAt": "2026-05-
|
|
3
|
-
"version": "3.0.
|
|
2
|
+
"generatedAt": "2026-05-20T13:56:39.701Z",
|
|
3
|
+
"version": "3.0.1",
|
|
4
4
|
"totals": {
|
|
5
5
|
"components": 57,
|
|
6
6
|
"patterns": 22,
|
|
7
|
-
"tokens":
|
|
7
|
+
"tokens": 915
|
|
8
8
|
},
|
|
9
9
|
"figma": {
|
|
10
10
|
"fileKey": "ahRfe4BdMAyoK0I3lnicp6",
|
|
@@ -4446,6 +4446,12 @@
|
|
|
4446
4446
|
"type": "boolean",
|
|
4447
4447
|
"default": "false",
|
|
4448
4448
|
"description": "Hard-disable regardless of text content."
|
|
4449
|
+
},
|
|
4450
|
+
{
|
|
4451
|
+
"name": "kpTooltipAlign",
|
|
4452
|
+
"type": "KpTooltipArrowAlign",
|
|
4453
|
+
"default": "'center'",
|
|
4454
|
+
"description": "Where along the tooltip's edge the arrow attaches. Use `start` / `end`\nwhen the trigger sits near a viewport edge — the body shifts inward\nwhile the arrow stays anchored to the trigger."
|
|
4449
4455
|
}
|
|
4450
4456
|
],
|
|
4451
4457
|
"outputs": [],
|
|
@@ -11244,14 +11250,20 @@
|
|
|
11244
11250
|
"subPath": "table-row-bg-rest"
|
|
11245
11251
|
},
|
|
11246
11252
|
{
|
|
11247
|
-
"name": "--kp-color-table-row-bg-
|
|
11253
|
+
"name": "--kp-color-table-row-bg-striped",
|
|
11248
11254
|
"value": "var(--kp-color-gray-50)",
|
|
11249
11255
|
"category": "color",
|
|
11256
|
+
"subPath": "table-row-bg-striped"
|
|
11257
|
+
},
|
|
11258
|
+
{
|
|
11259
|
+
"name": "--kp-color-table-row-bg-hover",
|
|
11260
|
+
"value": "var(--kp-color-gray-100)",
|
|
11261
|
+
"category": "color",
|
|
11250
11262
|
"subPath": "table-row-bg-hover"
|
|
11251
11263
|
},
|
|
11252
11264
|
{
|
|
11253
11265
|
"name": "--kp-color-table-row-bg-selected",
|
|
11254
|
-
"value": "var(--kp-color-blue-
|
|
11266
|
+
"value": "var(--kp-color-blue-100)",
|
|
11255
11267
|
"category": "color",
|
|
11256
11268
|
"subPath": "table-row-bg-selected"
|
|
11257
11269
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kanso-protocol/mcp",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.1",
|
|
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",
|