@kanso-protocol/mcp 2.0.3 → 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 +148 -34
- 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-20T13:56:39.701Z",
|
|
3
|
+
"version": "3.0.1",
|
|
4
4
|
"totals": {
|
|
5
|
-
"components":
|
|
5
|
+
"components": 57,
|
|
6
6
|
"patterns": 22,
|
|
7
|
-
"tokens":
|
|
7
|
+
"tokens": 915
|
|
8
8
|
},
|
|
9
9
|
"figma": {
|
|
10
10
|
"fileKey": "ahRfe4BdMAyoK0I3lnicp6",
|
|
@@ -3739,6 +3739,78 @@
|
|
|
3739
3739
|
"storybook": "components-slider--docs"
|
|
3740
3740
|
}
|
|
3741
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
|
+
},
|
|
3742
3814
|
{
|
|
3743
3815
|
"name": "table",
|
|
3744
3816
|
"className": "KpTableComponent",
|
|
@@ -4329,57 +4401,67 @@
|
|
|
4329
4401
|
},
|
|
4330
4402
|
{
|
|
4331
4403
|
"name": "tooltip",
|
|
4332
|
-
"className": "
|
|
4333
|
-
"selector": "
|
|
4404
|
+
"className": "KpTooltipDirective",
|
|
4405
|
+
"selector": "[kpTooltip]",
|
|
4334
4406
|
"layer": "components",
|
|
4335
4407
|
"package": "@kanso-protocol/tooltip",
|
|
4336
|
-
"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`.",
|
|
4337
4409
|
"examples": [
|
|
4338
|
-
"
|
|
4339
|
-
"<!--
|
|
4340
|
-
"<!-- 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>"
|
|
4341
4412
|
],
|
|
4342
4413
|
"inputs": [
|
|
4343
4414
|
{
|
|
4344
|
-
"name": "
|
|
4415
|
+
"name": "text",
|
|
4416
|
+
"type": "string | null",
|
|
4417
|
+
"default": "null",
|
|
4418
|
+
"description": "Tooltip text. `null` or empty string disables the tooltip."
|
|
4419
|
+
},
|
|
4420
|
+
{
|
|
4421
|
+
"name": "kpTooltipPosition",
|
|
4422
|
+
"type": "KpTooltipPosition",
|
|
4423
|
+
"default": "'top'",
|
|
4424
|
+
"description": ""
|
|
4425
|
+
},
|
|
4426
|
+
{
|
|
4427
|
+
"name": "kpTooltipSize",
|
|
4345
4428
|
"type": "KpTooltipSize",
|
|
4346
4429
|
"default": "'md'",
|
|
4347
4430
|
"description": ""
|
|
4348
4431
|
},
|
|
4349
4432
|
{
|
|
4350
|
-
"name": "
|
|
4351
|
-
"type": "
|
|
4352
|
-
"default": "
|
|
4433
|
+
"name": "kpTooltipShortcut",
|
|
4434
|
+
"type": "string | null",
|
|
4435
|
+
"default": "null",
|
|
4353
4436
|
"description": ""
|
|
4354
4437
|
},
|
|
4355
4438
|
{
|
|
4356
|
-
"name": "
|
|
4357
|
-
"type": "
|
|
4358
|
-
"default": "
|
|
4359
|
-
"description": "
|
|
4439
|
+
"name": "kpTooltipDelay",
|
|
4440
|
+
"type": "number",
|
|
4441
|
+
"default": "DEFAULT_SHOW_DELAY",
|
|
4442
|
+
"description": ""
|
|
4360
4443
|
},
|
|
4361
4444
|
{
|
|
4362
|
-
"name": "
|
|
4363
|
-
"type": "
|
|
4364
|
-
"default": "
|
|
4365
|
-
"description": ""
|
|
4445
|
+
"name": "kpTooltipDisabled",
|
|
4446
|
+
"type": "boolean",
|
|
4447
|
+
"default": "false",
|
|
4448
|
+
"description": "Hard-disable regardless of text content."
|
|
4366
4449
|
},
|
|
4367
4450
|
{
|
|
4368
|
-
"name": "
|
|
4369
|
-
"type": "
|
|
4370
|
-
"default": "
|
|
4371
|
-
"description": ""
|
|
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."
|
|
4372
4455
|
}
|
|
4373
4456
|
],
|
|
4374
4457
|
"outputs": [],
|
|
4375
|
-
"ariaRole":
|
|
4376
|
-
"sizeRamp": [
|
|
4377
|
-
|
|
4378
|
-
"
|
|
4458
|
+
"ariaRole": null,
|
|
4459
|
+
"sizeRamp": [],
|
|
4460
|
+
"keyboardPatterns": [
|
|
4461
|
+
"Escape"
|
|
4379
4462
|
],
|
|
4380
|
-
"keyboardPatterns": [],
|
|
4381
4463
|
"docsUrl": "https://gregnblack.github.io/kanso-protocol/?path=/docs/components-tooltip--docs",
|
|
4382
|
-
"sourcePath": "packages/components/tooltip/src/tooltip.
|
|
4464
|
+
"sourcePath": "packages/components/tooltip/src/tooltip.directive.ts",
|
|
4383
4465
|
"figma": {
|
|
4384
4466
|
"fileKey": "ahRfe4BdMAyoK0I3lnicp6",
|
|
4385
4467
|
"nodeId": "3805:11048",
|
|
@@ -4495,6 +4577,32 @@
|
|
|
4495
4577
|
"storybook": "components-tree--docs"
|
|
4496
4578
|
}
|
|
4497
4579
|
},
|
|
4580
|
+
{
|
|
4581
|
+
"name": "virtual-list",
|
|
4582
|
+
"className": "KpVirtualRowDirective",
|
|
4583
|
+
"selector": "[kpVirtualRow]",
|
|
4584
|
+
"layer": "components",
|
|
4585
|
+
"package": "@kanso-protocol/virtual-list",
|
|
4586
|
+
"description": "Marker directive — pairs the row template with `<kp-virtual-list>`.",
|
|
4587
|
+
"examples": [
|
|
4588
|
+
"<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>"
|
|
4589
|
+
],
|
|
4590
|
+
"inputs": [],
|
|
4591
|
+
"outputs": [],
|
|
4592
|
+
"ariaRole": null,
|
|
4593
|
+
"sizeRamp": [],
|
|
4594
|
+
"keyboardPatterns": [],
|
|
4595
|
+
"docsUrl": "https://gregnblack.github.io/kanso-protocol/?path=/docs/components-virtuallist--docs",
|
|
4596
|
+
"sourcePath": "packages/components/virtual-list/src/virtual-list.component.ts",
|
|
4597
|
+
"codeConnect": {
|
|
4598
|
+
"npm": "@kanso-protocol/virtual-list",
|
|
4599
|
+
"primaryClass": "KpVirtualListComponent",
|
|
4600
|
+
"selector": "kp-virtual-list",
|
|
4601
|
+
"import": "import { KpVirtualListComponent } from '@kanso-protocol/virtual-list';",
|
|
4602
|
+
"docs": "docs/components/virtual-list.md",
|
|
4603
|
+
"storybook": "components-virtuallist--docs"
|
|
4604
|
+
}
|
|
4605
|
+
},
|
|
4498
4606
|
{
|
|
4499
4607
|
"name": "virtual-list",
|
|
4500
4608
|
"className": "KpVirtualListComponent",
|
|
@@ -11142,14 +11250,20 @@
|
|
|
11142
11250
|
"subPath": "table-row-bg-rest"
|
|
11143
11251
|
},
|
|
11144
11252
|
{
|
|
11145
|
-
"name": "--kp-color-table-row-bg-
|
|
11253
|
+
"name": "--kp-color-table-row-bg-striped",
|
|
11146
11254
|
"value": "var(--kp-color-gray-50)",
|
|
11147
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",
|
|
11148
11262
|
"subPath": "table-row-bg-hover"
|
|
11149
11263
|
},
|
|
11150
11264
|
{
|
|
11151
11265
|
"name": "--kp-color-table-row-bg-selected",
|
|
11152
|
-
"value": "var(--kp-color-blue-
|
|
11266
|
+
"value": "var(--kp-color-blue-100)",
|
|
11153
11267
|
"category": "color",
|
|
11154
11268
|
"subPath": "table-row-bg-selected"
|
|
11155
11269
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kanso-protocol/mcp",
|
|
3
|
-
"version": "
|
|
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",
|