@kanso-protocol/mcp 2.0.2 → 3.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.
- package/manifest.json +169 -49
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"generatedAt": "2026-05-
|
|
3
|
-
"version": "
|
|
2
|
+
"generatedAt": "2026-05-15T07:00:15.233Z",
|
|
3
|
+
"version": "3.0.0",
|
|
4
4
|
"totals": {
|
|
5
|
-
"components":
|
|
5
|
+
"components": 57,
|
|
6
6
|
"patterns": 22,
|
|
7
|
-
"tokens":
|
|
7
|
+
"tokens": 914
|
|
8
8
|
},
|
|
9
9
|
"figma": {
|
|
10
10
|
"fileKey": "ahRfe4BdMAyoK0I3lnicp6",
|
|
@@ -2083,6 +2083,12 @@
|
|
|
2083
2083
|
"default": "''",
|
|
2084
2084
|
"description": ""
|
|
2085
2085
|
},
|
|
2086
|
+
{
|
|
2087
|
+
"name": "ariaLabel",
|
|
2088
|
+
"type": "string | null",
|
|
2089
|
+
"default": "null",
|
|
2090
|
+
"description": "Accessible name forwarded to the inner input. Falls back to `label`,\n then `placeholder`, then a generic \"Input\" so the element is never\n anonymous for screen readers / axe."
|
|
2091
|
+
},
|
|
2086
2092
|
{
|
|
2087
2093
|
"name": "floatingLabel",
|
|
2088
2094
|
"type": "boolean",
|
|
@@ -3733,6 +3739,78 @@
|
|
|
3733
3739
|
"storybook": "components-slider--docs"
|
|
3734
3740
|
}
|
|
3735
3741
|
},
|
|
3742
|
+
{
|
|
3743
|
+
"name": "table",
|
|
3744
|
+
"className": "KpTableCellDirective",
|
|
3745
|
+
"selector": "ng-template[kpTableCell]",
|
|
3746
|
+
"layer": "components",
|
|
3747
|
+
"package": "@kanso-protocol/table",
|
|
3748
|
+
"description": "`<ng-template kpTableCell=\"columnId\" let-row let-i=\"index\">` — custom cell renderer per column.",
|
|
3749
|
+
"examples": [],
|
|
3750
|
+
"inputs": [
|
|
3751
|
+
{
|
|
3752
|
+
"name": "columnId",
|
|
3753
|
+
"type": "string",
|
|
3754
|
+
"default": null,
|
|
3755
|
+
"description": ""
|
|
3756
|
+
}
|
|
3757
|
+
],
|
|
3758
|
+
"outputs": [],
|
|
3759
|
+
"ariaRole": null,
|
|
3760
|
+
"sizeRamp": [],
|
|
3761
|
+
"keyboardPatterns": [],
|
|
3762
|
+
"docsUrl": "https://gregnblack.github.io/kanso-protocol/?path=/docs/components-table--docs",
|
|
3763
|
+
"sourcePath": "packages/components/table/src/table.component.ts",
|
|
3764
|
+
"figma": {
|
|
3765
|
+
"fileKey": "ahRfe4BdMAyoK0I3lnicp6",
|
|
3766
|
+
"nodeId": "3805:11131",
|
|
3767
|
+
"url": "https://www.figma.com/design/ahRfe4BdMAyoK0I3lnicp6/Design-System?node-id=3805-11131"
|
|
3768
|
+
},
|
|
3769
|
+
"codeConnect": {
|
|
3770
|
+
"npm": "@kanso-protocol/table",
|
|
3771
|
+
"primaryClass": "KpTableComponent",
|
|
3772
|
+
"selector": "kp-table",
|
|
3773
|
+
"import": "import { KpTableComponent } from '@kanso-protocol/table';",
|
|
3774
|
+
"docs": "docs/components/table.md",
|
|
3775
|
+
"storybook": "components-table--docs"
|
|
3776
|
+
}
|
|
3777
|
+
},
|
|
3778
|
+
{
|
|
3779
|
+
"name": "table",
|
|
3780
|
+
"className": "KpTableHeaderDirective",
|
|
3781
|
+
"selector": "ng-template[kpTableHeader]",
|
|
3782
|
+
"layer": "components",
|
|
3783
|
+
"package": "@kanso-protocol/table",
|
|
3784
|
+
"description": "`<ng-template kpTableHeader=\"columnId\">` — custom header renderer per column.",
|
|
3785
|
+
"examples": [],
|
|
3786
|
+
"inputs": [
|
|
3787
|
+
{
|
|
3788
|
+
"name": "columnId",
|
|
3789
|
+
"type": "string",
|
|
3790
|
+
"default": null,
|
|
3791
|
+
"description": ""
|
|
3792
|
+
}
|
|
3793
|
+
],
|
|
3794
|
+
"outputs": [],
|
|
3795
|
+
"ariaRole": null,
|
|
3796
|
+
"sizeRamp": [],
|
|
3797
|
+
"keyboardPatterns": [],
|
|
3798
|
+
"docsUrl": "https://gregnblack.github.io/kanso-protocol/?path=/docs/components-table--docs",
|
|
3799
|
+
"sourcePath": "packages/components/table/src/table.component.ts",
|
|
3800
|
+
"figma": {
|
|
3801
|
+
"fileKey": "ahRfe4BdMAyoK0I3lnicp6",
|
|
3802
|
+
"nodeId": "3805:11131",
|
|
3803
|
+
"url": "https://www.figma.com/design/ahRfe4BdMAyoK0I3lnicp6/Design-System?node-id=3805-11131"
|
|
3804
|
+
},
|
|
3805
|
+
"codeConnect": {
|
|
3806
|
+
"npm": "@kanso-protocol/table",
|
|
3807
|
+
"primaryClass": "KpTableComponent",
|
|
3808
|
+
"selector": "kp-table",
|
|
3809
|
+
"import": "import { KpTableComponent } from '@kanso-protocol/table';",
|
|
3810
|
+
"docs": "docs/components/table.md",
|
|
3811
|
+
"storybook": "components-table--docs"
|
|
3812
|
+
}
|
|
3813
|
+
},
|
|
3736
3814
|
{
|
|
3737
3815
|
"name": "table",
|
|
3738
3816
|
"className": "KpTableComponent",
|
|
@@ -4030,6 +4108,12 @@
|
|
|
4030
4108
|
"type": "KpState | null",
|
|
4031
4109
|
"default": "null",
|
|
4032
4110
|
"description": ""
|
|
4111
|
+
},
|
|
4112
|
+
{
|
|
4113
|
+
"name": "ariaLabel",
|
|
4114
|
+
"type": "string | null",
|
|
4115
|
+
"default": "null",
|
|
4116
|
+
"description": "Accessible name for screen readers / axe. Falls back to placeholder."
|
|
4033
4117
|
}
|
|
4034
4118
|
],
|
|
4035
4119
|
"outputs": [],
|
|
@@ -4317,57 +4401,61 @@
|
|
|
4317
4401
|
},
|
|
4318
4402
|
{
|
|
4319
4403
|
"name": "tooltip",
|
|
4320
|
-
"className": "
|
|
4321
|
-
"selector": "
|
|
4404
|
+
"className": "KpTooltipDirective",
|
|
4405
|
+
"selector": "[kpTooltip]",
|
|
4322
4406
|
"layer": "components",
|
|
4323
4407
|
"package": "@kanso-protocol/tooltip",
|
|
4324
|
-
"description": "Kanso Protocol — Tooltip
|
|
4408
|
+
"description": "Kanso Protocol — Tooltip directive.\n\nAttaches a styled hint to any element. Auto-shows on hover and focus,\nhides on leave / blur / Escape. Positioned against the trigger with\nviewport-edge flipping. Renders into the nearest open `<dialog>` (so it\nsits above modals) or `document.body`.",
|
|
4325
4409
|
"examples": [
|
|
4326
|
-
"
|
|
4327
|
-
"<!--
|
|
4328
|
-
"<!-- Wired up in a portal above a trigger (pseudocode) -->\n<button #btn>Search</button>\n<kp-tooltip *ngIf=\"open\" [style.top]=\"y + 'px'\" [style.left]=\"x + 'px'\"\n label=\"Search\" shortcut=\"⌘K\" arrowPosition=\"bottom\"/>"
|
|
4410
|
+
"<button [kpTooltip]=\"'Copy link'\" kpTooltipShortcut=\"⌘C\">Copy</button>",
|
|
4411
|
+
"<!-- Conditionally enabled — null disables -->\n<button [kpTooltip]=\"isCollapsed ? label : null\" kpTooltipPosition=\"right\">…</button>"
|
|
4329
4412
|
],
|
|
4330
4413
|
"inputs": [
|
|
4331
4414
|
{
|
|
4332
|
-
"name": "
|
|
4333
|
-
"type": "
|
|
4334
|
-
"default": "
|
|
4335
|
-
"description": ""
|
|
4415
|
+
"name": "text",
|
|
4416
|
+
"type": "string | null",
|
|
4417
|
+
"default": "null",
|
|
4418
|
+
"description": "Tooltip text. `null` or empty string disables the tooltip."
|
|
4336
4419
|
},
|
|
4337
4420
|
{
|
|
4338
|
-
"name": "
|
|
4339
|
-
"type": "
|
|
4340
|
-
"default": "'
|
|
4421
|
+
"name": "kpTooltipPosition",
|
|
4422
|
+
"type": "KpTooltipPosition",
|
|
4423
|
+
"default": "'top'",
|
|
4341
4424
|
"description": ""
|
|
4342
4425
|
},
|
|
4343
4426
|
{
|
|
4344
|
-
"name": "
|
|
4345
|
-
"type": "
|
|
4346
|
-
"default": "'
|
|
4347
|
-
"description": "Where along the tooltip edge the arrow attaches. See `KpTooltipArrowAlign`."
|
|
4348
|
-
},
|
|
4349
|
-
{
|
|
4350
|
-
"name": "label",
|
|
4351
|
-
"type": "string",
|
|
4352
|
-
"default": "''",
|
|
4427
|
+
"name": "kpTooltipSize",
|
|
4428
|
+
"type": "KpTooltipSize",
|
|
4429
|
+
"default": "'md'",
|
|
4353
4430
|
"description": ""
|
|
4354
4431
|
},
|
|
4355
4432
|
{
|
|
4356
|
-
"name": "
|
|
4433
|
+
"name": "kpTooltipShortcut",
|
|
4357
4434
|
"type": "string | null",
|
|
4358
4435
|
"default": "null",
|
|
4359
4436
|
"description": ""
|
|
4437
|
+
},
|
|
4438
|
+
{
|
|
4439
|
+
"name": "kpTooltipDelay",
|
|
4440
|
+
"type": "number",
|
|
4441
|
+
"default": "DEFAULT_SHOW_DELAY",
|
|
4442
|
+
"description": ""
|
|
4443
|
+
},
|
|
4444
|
+
{
|
|
4445
|
+
"name": "kpTooltipDisabled",
|
|
4446
|
+
"type": "boolean",
|
|
4447
|
+
"default": "false",
|
|
4448
|
+
"description": "Hard-disable regardless of text content."
|
|
4360
4449
|
}
|
|
4361
4450
|
],
|
|
4362
4451
|
"outputs": [],
|
|
4363
|
-
"ariaRole":
|
|
4364
|
-
"sizeRamp": [
|
|
4365
|
-
|
|
4366
|
-
"
|
|
4452
|
+
"ariaRole": null,
|
|
4453
|
+
"sizeRamp": [],
|
|
4454
|
+
"keyboardPatterns": [
|
|
4455
|
+
"Escape"
|
|
4367
4456
|
],
|
|
4368
|
-
"keyboardPatterns": [],
|
|
4369
4457
|
"docsUrl": "https://gregnblack.github.io/kanso-protocol/?path=/docs/components-tooltip--docs",
|
|
4370
|
-
"sourcePath": "packages/components/tooltip/src/tooltip.
|
|
4458
|
+
"sourcePath": "packages/components/tooltip/src/tooltip.directive.ts",
|
|
4371
4459
|
"figma": {
|
|
4372
4460
|
"fileKey": "ahRfe4BdMAyoK0I3lnicp6",
|
|
4373
4461
|
"nodeId": "3805:11048",
|
|
@@ -4483,6 +4571,32 @@
|
|
|
4483
4571
|
"storybook": "components-tree--docs"
|
|
4484
4572
|
}
|
|
4485
4573
|
},
|
|
4574
|
+
{
|
|
4575
|
+
"name": "virtual-list",
|
|
4576
|
+
"className": "KpVirtualRowDirective",
|
|
4577
|
+
"selector": "[kpVirtualRow]",
|
|
4578
|
+
"layer": "components",
|
|
4579
|
+
"package": "@kanso-protocol/virtual-list",
|
|
4580
|
+
"description": "Marker directive — pairs the row template with `<kp-virtual-list>`.",
|
|
4581
|
+
"examples": [
|
|
4582
|
+
"<kp-virtual-list ...>\n <ng-template kpVirtualRow let-item let-i=\"index\">\n <div>row {{ i }}: {{ item.name }}</div>\n </ng-template>\n</kp-virtual-list>"
|
|
4583
|
+
],
|
|
4584
|
+
"inputs": [],
|
|
4585
|
+
"outputs": [],
|
|
4586
|
+
"ariaRole": null,
|
|
4587
|
+
"sizeRamp": [],
|
|
4588
|
+
"keyboardPatterns": [],
|
|
4589
|
+
"docsUrl": "https://gregnblack.github.io/kanso-protocol/?path=/docs/components-virtuallist--docs",
|
|
4590
|
+
"sourcePath": "packages/components/virtual-list/src/virtual-list.component.ts",
|
|
4591
|
+
"codeConnect": {
|
|
4592
|
+
"npm": "@kanso-protocol/virtual-list",
|
|
4593
|
+
"primaryClass": "KpVirtualListComponent",
|
|
4594
|
+
"selector": "kp-virtual-list",
|
|
4595
|
+
"import": "import { KpVirtualListComponent } from '@kanso-protocol/virtual-list';",
|
|
4596
|
+
"docs": "docs/components/virtual-list.md",
|
|
4597
|
+
"storybook": "components-virtuallist--docs"
|
|
4598
|
+
}
|
|
4599
|
+
},
|
|
4486
4600
|
{
|
|
4487
4601
|
"name": "virtual-list",
|
|
4488
4602
|
"className": "KpVirtualListComponent",
|
|
@@ -6425,6 +6539,12 @@
|
|
|
6425
6539
|
"category": "color",
|
|
6426
6540
|
"subPath": "foreground-on-saturated"
|
|
6427
6541
|
},
|
|
6542
|
+
{
|
|
6543
|
+
"name": "--kp-color-foreground-on-dark-accent-primary",
|
|
6544
|
+
"value": "#60a5fa",
|
|
6545
|
+
"category": "color",
|
|
6546
|
+
"subPath": "foreground-on-dark-accent-primary"
|
|
6547
|
+
},
|
|
6428
6548
|
{
|
|
6429
6549
|
"name": "--kp-color-gray-50",
|
|
6430
6550
|
"value": "#fafafa",
|
|
@@ -6823,31 +6943,31 @@
|
|
|
6823
6943
|
},
|
|
6824
6944
|
{
|
|
6825
6945
|
"name": "--kp-color-accent-primary-fg",
|
|
6826
|
-
"value": "var(--kp-color-blue-
|
|
6946
|
+
"value": "var(--kp-color-blue-700)",
|
|
6827
6947
|
"category": "color",
|
|
6828
6948
|
"subPath": "accent-primary-fg"
|
|
6829
6949
|
},
|
|
6830
6950
|
{
|
|
6831
6951
|
"name": "--kp-color-accent-danger-fg",
|
|
6832
|
-
"value": "var(--kp-color-red-
|
|
6952
|
+
"value": "var(--kp-color-red-700)",
|
|
6833
6953
|
"category": "color",
|
|
6834
6954
|
"subPath": "accent-danger-fg"
|
|
6835
6955
|
},
|
|
6836
6956
|
{
|
|
6837
6957
|
"name": "--kp-color-accent-success-fg",
|
|
6838
|
-
"value": "var(--kp-color-green-
|
|
6958
|
+
"value": "var(--kp-color-green-700)",
|
|
6839
6959
|
"category": "color",
|
|
6840
6960
|
"subPath": "accent-success-fg"
|
|
6841
6961
|
},
|
|
6842
6962
|
{
|
|
6843
6963
|
"name": "--kp-color-accent-warning-fg",
|
|
6844
|
-
"value": "var(--kp-color-amber-
|
|
6964
|
+
"value": "var(--kp-color-amber-700)",
|
|
6845
6965
|
"category": "color",
|
|
6846
6966
|
"subPath": "accent-warning-fg"
|
|
6847
6967
|
},
|
|
6848
6968
|
{
|
|
6849
6969
|
"name": "--kp-color-accent-info-fg",
|
|
6850
|
-
"value": "var(--kp-color-cyan-
|
|
6970
|
+
"value": "var(--kp-color-cyan-700)",
|
|
6851
6971
|
"category": "color",
|
|
6852
6972
|
"subPath": "accent-info-fg"
|
|
6853
6973
|
},
|
|
@@ -8173,7 +8293,7 @@
|
|
|
8173
8293
|
},
|
|
8174
8294
|
{
|
|
8175
8295
|
"name": "--kp-color-text-disabled",
|
|
8176
|
-
"value": "var(--kp-color-gray-
|
|
8296
|
+
"value": "var(--kp-color-gray-500)",
|
|
8177
8297
|
"category": "color",
|
|
8178
8298
|
"subPath": "text-disabled"
|
|
8179
8299
|
},
|
|
@@ -8545,7 +8665,7 @@
|
|
|
8545
8665
|
},
|
|
8546
8666
|
{
|
|
8547
8667
|
"name": "--kp-color-input-placeholder-default",
|
|
8548
|
-
"value": "var(--kp-color-gray-
|
|
8668
|
+
"value": "var(--kp-color-gray-500)",
|
|
8549
8669
|
"category": "color",
|
|
8550
8670
|
"subPath": "input-placeholder-default"
|
|
8551
8671
|
},
|
|
@@ -8977,7 +9097,7 @@
|
|
|
8977
9097
|
},
|
|
8978
9098
|
{
|
|
8979
9099
|
"name": "--kp-color-badge-success-filled-bg",
|
|
8980
|
-
"value": "var(--kp-color-green-
|
|
9100
|
+
"value": "var(--kp-color-green-700)",
|
|
8981
9101
|
"category": "color",
|
|
8982
9102
|
"subPath": "badge-success-filled-bg"
|
|
8983
9103
|
},
|
|
@@ -8989,7 +9109,7 @@
|
|
|
8989
9109
|
},
|
|
8990
9110
|
{
|
|
8991
9111
|
"name": "--kp-color-badge-success-filled-border",
|
|
8992
|
-
"value": "var(--kp-color-green-
|
|
9112
|
+
"value": "var(--kp-color-green-700)",
|
|
8993
9113
|
"category": "color",
|
|
8994
9114
|
"subPath": "badge-success-filled-border"
|
|
8995
9115
|
},
|
|
@@ -9169,7 +9289,7 @@
|
|
|
9169
9289
|
},
|
|
9170
9290
|
{
|
|
9171
9291
|
"name": "--kp-color-badge-info-filled-bg",
|
|
9172
|
-
"value": "var(--kp-color-cyan-
|
|
9292
|
+
"value": "var(--kp-color-cyan-700)",
|
|
9173
9293
|
"category": "color",
|
|
9174
9294
|
"subPath": "badge-info-filled-bg"
|
|
9175
9295
|
},
|
|
@@ -9181,7 +9301,7 @@
|
|
|
9181
9301
|
},
|
|
9182
9302
|
{
|
|
9183
9303
|
"name": "--kp-color-badge-info-filled-border",
|
|
9184
|
-
"value": "var(--kp-color-cyan-
|
|
9304
|
+
"value": "var(--kp-color-cyan-700)",
|
|
9185
9305
|
"category": "color",
|
|
9186
9306
|
"subPath": "badge-info-filled-border"
|
|
9187
9307
|
},
|
|
@@ -10303,19 +10423,19 @@
|
|
|
10303
10423
|
},
|
|
10304
10424
|
{
|
|
10305
10425
|
"name": "--kp-color-progress-primary-fill",
|
|
10306
|
-
"value": "var(--kp-color-blue-
|
|
10426
|
+
"value": "var(--kp-color-blue-700)",
|
|
10307
10427
|
"category": "color",
|
|
10308
10428
|
"subPath": "progress-primary-fill"
|
|
10309
10429
|
},
|
|
10310
10430
|
{
|
|
10311
10431
|
"name": "--kp-color-progress-success-fill",
|
|
10312
|
-
"value": "var(--kp-color-green-
|
|
10432
|
+
"value": "var(--kp-color-green-700)",
|
|
10313
10433
|
"category": "color",
|
|
10314
10434
|
"subPath": "progress-success-fill"
|
|
10315
10435
|
},
|
|
10316
10436
|
{
|
|
10317
10437
|
"name": "--kp-color-progress-danger-fill",
|
|
10318
|
-
"value": "var(--kp-color-red-
|
|
10438
|
+
"value": "var(--kp-color-red-700)",
|
|
10319
10439
|
"category": "color",
|
|
10320
10440
|
"subPath": "progress-danger-fill"
|
|
10321
10441
|
},
|
|
@@ -10705,7 +10825,7 @@
|
|
|
10705
10825
|
},
|
|
10706
10826
|
{
|
|
10707
10827
|
"name": "--kp-color-header-nav-item-fg-active",
|
|
10708
|
-
"value": "var(--kp-color-blue-
|
|
10828
|
+
"value": "var(--kp-color-blue-700)",
|
|
10709
10829
|
"category": "color",
|
|
10710
10830
|
"subPath": "header-nav-item-fg-active"
|
|
10711
10831
|
},
|
|
@@ -11185,7 +11305,7 @@
|
|
|
11185
11305
|
},
|
|
11186
11306
|
{
|
|
11187
11307
|
"name": "--kp-color-tree-node-fg-disabled",
|
|
11188
|
-
"value": "var(--kp-color-gray-
|
|
11308
|
+
"value": "var(--kp-color-gray-500)",
|
|
11189
11309
|
"category": "color",
|
|
11190
11310
|
"subPath": "tree-node-fg-disabled"
|
|
11191
11311
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kanso-protocol/mcp",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.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",
|