@public-ui/mcp 4.3.0-rc.2 → 4.3.0-rc.3
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/README.md +5 -2
- package/package.json +2 -2
- package/shared/sample-index.json +4 -4
package/README.md
CHANGED
|
@@ -111,17 +111,20 @@ kolibri-mcp
|
|
|
111
111
|
|
|
112
112
|
#### VS Code Copilot (Local)
|
|
113
113
|
|
|
114
|
+
Open the global configuration via `Strg` + `Shift` + `P` and search for "MCP: Open User Configuration" or define the MCP servers per project at `.vscode/mcp.json`. Add lokal server to the json file:
|
|
115
|
+
|
|
114
116
|
```json
|
|
115
117
|
{
|
|
116
118
|
"servers": {
|
|
117
119
|
"kolibri": {
|
|
118
120
|
"command": "kolibri-mcp"
|
|
119
121
|
}
|
|
120
|
-
}
|
|
121
|
-
"inputs": []
|
|
122
|
+
}
|
|
122
123
|
}
|
|
123
124
|
```
|
|
124
125
|
|
|
126
|
+
For general documentation about MCP in VSCode see https://code.visualstudio.com/docs/agent-customization/mcp-servers.
|
|
127
|
+
|
|
125
128
|
#### Claude Desktop (Local)
|
|
126
129
|
|
|
127
130
|
```json
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/mcp",
|
|
3
|
-
"version": "4.3.0-rc.
|
|
3
|
+
"version": "4.3.0-rc.3",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": {
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"express": "5.2.1",
|
|
47
47
|
"fuse.js": "7.4.2",
|
|
48
48
|
"zod": "4.4.3",
|
|
49
|
-
"@public-ui/components": "4.3.0-rc.
|
|
49
|
+
"@public-ui/components": "4.3.0-rc.3"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@modelcontextprotocol/inspector": "0.22.0",
|
package/shared/sample-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"metadata": {
|
|
3
|
-
"generatedAt": "2026-
|
|
3
|
+
"generatedAt": "2026-07-08T07:42:26.565Z",
|
|
4
4
|
"buildMode": "ci",
|
|
5
5
|
"counts": {
|
|
6
6
|
"total": 326,
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"totalScenarios": 19
|
|
11
11
|
},
|
|
12
12
|
"repo": {
|
|
13
|
-
"commit": "
|
|
13
|
+
"commit": "39baf4161038c1267c7047a76e096065bab60c2e",
|
|
14
14
|
"branch": "develop",
|
|
15
15
|
"repoUrl": "https://github.com/public-ui/kolibri"
|
|
16
16
|
}
|
|
@@ -557,7 +557,7 @@
|
|
|
557
557
|
"group": "avatar",
|
|
558
558
|
"name": "basic",
|
|
559
559
|
"path": "packages/samples/react/src/components/avatar/basic.tsx",
|
|
560
|
-
"code": "import { KolAvatar } from '@public-ui/react-v19';\nimport type { FC } from 'react';\nimport React from 'react';\nimport { SampleDescription } from '../SampleDescription';\n\nexport const AvatarBasic: FC = () => (\n\t<>\n\t\t<SampleDescription>\n\t\t\t<p>\n\t\t\t\tKolAvatar shows a user's avatar with customizable colors. It can be used with or without an image. If no image is defined, the name's initials\n\t\t\t\tare shown instead with a configurable background color.\n\t\t\t</p>\n\t\t</SampleDescription>\n\n\t\t<div className=\"flex flex-wrap gap-4\">\n\t\t\t<KolAvatar _src=\"
|
|
560
|
+
"code": "import { KolAvatar } from '@public-ui/react-v19';\nimport type { FC } from 'react';\nimport React from 'react';\nimport { SampleDescription } from '../SampleDescription';\n\nexport const AvatarBasic: FC = () => (\n\t<>\n\t\t<SampleDescription>\n\t\t\t<p>\n\t\t\t\tKolAvatar shows a user's avatar with customizable colors. It can be used with or without an image. If no image is defined, the name's initials\n\t\t\t\tare shown instead with a configurable background color.\n\t\t\t</p>\n\t\t</SampleDescription>\n\n\t\t<div className=\"flex flex-wrap gap-4\">\n\t\t\t<KolAvatar _src=\"assets/img_avatar.jpg\" _label=\"Elke Mustermann\" />\n\n\t\t\t{/* intentional trailing space 👇 - it's supposed to be trimmed */}\n\t\t\t<KolAvatar _label=\"Elke Mustermann \" />\n\t\t\t<KolAvatar _label=\"Marianne\" />\n\t\t\t<KolAvatar _color=\"#0000FF\" _label=\"Christian\" />\n\t\t</div>\n\t</>\n);\n",
|
|
561
561
|
"kind": "sample"
|
|
562
562
|
},
|
|
563
563
|
{
|
|
@@ -917,7 +917,7 @@
|
|
|
917
917
|
"group": "image",
|
|
918
918
|
"name": "basic",
|
|
919
919
|
"path": "packages/samples/react/src/components/image/basic.tsx",
|
|
920
|
-
"code": "import { KolImage } from '@public-ui/react-v19';\nimport type { FC } from 'react';\nimport React from 'react';\nimport { SampleDescription } from '../SampleDescription';\n\nexport const ImageBasic: FC = () => (\n\t<>\n\t\t<SampleDescription>\n\t\t\t<p>KolImage renders an image. The sample shows an image with alternative text.</p>\n\t\t</SampleDescription>\n\n\t\t<KolImage\n\t\t\t_alt=\"KoliBri design system illustration showing three people working on laptops surrounded by UI components, charts, and the KoliBri hummingbird logo\"\n\t\t\t_src=\"sample-image.png\"\n\t\t\tclassName=\"w-image\"\n\t\t/>\n\t</>\n);\n",
|
|
920
|
+
"code": "import { KolImage } from '@public-ui/react-v19';\nimport type { FC } from 'react';\nimport React from 'react';\nimport { SampleDescription } from '../SampleDescription';\n\nexport const ImageBasic: FC = () => (\n\t<>\n\t\t<SampleDescription>\n\t\t\t<p>KolImage renders an image. The sample shows an image with alternative text.</p>\n\t\t</SampleDescription>\n\n\t\t<KolImage\n\t\t\t_alt=\"KoliBri design system illustration showing three people working on laptops surrounded by UI components, charts, and the KoliBri hummingbird logo\"\n\t\t\t_src=\"assets/sample-image.png\"\n\t\t\tclassName=\"w-image\"\n\t\t/>\n\t</>\n);\n",
|
|
921
921
|
"kind": "sample"
|
|
922
922
|
},
|
|
923
923
|
{
|