@kanso-protocol/mcp 2.0.3 → 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 +134 -32
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
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
7
|
"tokens": 914
|
|
8
8
|
},
|
|
@@ -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,61 @@
|
|
|
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": "
|
|
4345
|
-
"type": "
|
|
4346
|
-
"default": "
|
|
4347
|
-
"description": ""
|
|
4415
|
+
"name": "text",
|
|
4416
|
+
"type": "string | null",
|
|
4417
|
+
"default": "null",
|
|
4418
|
+
"description": "Tooltip text. `null` or empty string disables the tooltip."
|
|
4348
4419
|
},
|
|
4349
4420
|
{
|
|
4350
|
-
"name": "
|
|
4351
|
-
"type": "
|
|
4352
|
-
"default": "'
|
|
4421
|
+
"name": "kpTooltipPosition",
|
|
4422
|
+
"type": "KpTooltipPosition",
|
|
4423
|
+
"default": "'top'",
|
|
4353
4424
|
"description": ""
|
|
4354
4425
|
},
|
|
4355
4426
|
{
|
|
4356
|
-
"name": "
|
|
4357
|
-
"type": "
|
|
4358
|
-
"default": "'
|
|
4359
|
-
"description": "Where along the tooltip edge the arrow attaches. See `KpTooltipArrowAlign`."
|
|
4360
|
-
},
|
|
4361
|
-
{
|
|
4362
|
-
"name": "label",
|
|
4363
|
-
"type": "string",
|
|
4364
|
-
"default": "''",
|
|
4427
|
+
"name": "kpTooltipSize",
|
|
4428
|
+
"type": "KpTooltipSize",
|
|
4429
|
+
"default": "'md'",
|
|
4365
4430
|
"description": ""
|
|
4366
4431
|
},
|
|
4367
4432
|
{
|
|
4368
|
-
"name": "
|
|
4433
|
+
"name": "kpTooltipShortcut",
|
|
4369
4434
|
"type": "string | null",
|
|
4370
4435
|
"default": "null",
|
|
4371
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."
|
|
4372
4449
|
}
|
|
4373
4450
|
],
|
|
4374
4451
|
"outputs": [],
|
|
4375
|
-
"ariaRole":
|
|
4376
|
-
"sizeRamp": [
|
|
4377
|
-
|
|
4378
|
-
"
|
|
4452
|
+
"ariaRole": null,
|
|
4453
|
+
"sizeRamp": [],
|
|
4454
|
+
"keyboardPatterns": [
|
|
4455
|
+
"Escape"
|
|
4379
4456
|
],
|
|
4380
|
-
"keyboardPatterns": [],
|
|
4381
4457
|
"docsUrl": "https://gregnblack.github.io/kanso-protocol/?path=/docs/components-tooltip--docs",
|
|
4382
|
-
"sourcePath": "packages/components/tooltip/src/tooltip.
|
|
4458
|
+
"sourcePath": "packages/components/tooltip/src/tooltip.directive.ts",
|
|
4383
4459
|
"figma": {
|
|
4384
4460
|
"fileKey": "ahRfe4BdMAyoK0I3lnicp6",
|
|
4385
4461
|
"nodeId": "3805:11048",
|
|
@@ -4495,6 +4571,32 @@
|
|
|
4495
4571
|
"storybook": "components-tree--docs"
|
|
4496
4572
|
}
|
|
4497
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
|
+
},
|
|
4498
4600
|
{
|
|
4499
4601
|
"name": "virtual-list",
|
|
4500
4602
|
"className": "KpVirtualListComponent",
|
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",
|