@public-ui/mcp 4.0.0-alpha.10 → 4.0.0-alpha.11
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 +11 -9
- package/package.json +2 -2
- package/shared/sample-index.json +72 -72
package/README.md
CHANGED
|
@@ -111,16 +111,18 @@ kolibri-mcp
|
|
|
111
111
|
|
|
112
112
|
#### VS Code Copilot (Local)
|
|
113
113
|
|
|
114
|
-
|
|
114
|
+
```json
|
|
115
115
|
{
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
116
|
+
"servers": {
|
|
117
|
+
"kolibri": {
|
|
118
|
+
"command": "kolibri-mcp"
|
|
119
|
+
}
|
|
120
|
+
},
|
|
121
|
+
"inputs": []
|
|
122
122
|
}
|
|
123
|
-
|
|
123
|
+
```
|
|
124
|
+
|
|
125
|
+
#### Claude Desktop (Local)
|
|
124
126
|
|
|
125
127
|
```json
|
|
126
128
|
{
|
|
@@ -131,7 +133,7 @@ kolibri-mcp
|
|
|
131
133
|
}
|
|
132
134
|
}
|
|
133
135
|
}
|
|
134
|
-
|
|
136
|
+
```
|
|
135
137
|
|
|
136
138
|
### Self-Hosted HTTP Server
|
|
137
139
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/mcp",
|
|
3
|
-
"version": "4.0.0-alpha.
|
|
3
|
+
"version": "4.0.0-alpha.11",
|
|
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.1.0",
|
|
48
48
|
"zod": "3.25.76",
|
|
49
|
-
"@public-ui/components": "4.0.0-alpha.
|
|
49
|
+
"@public-ui/components": "4.0.0-alpha.11"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@modelcontextprotocol/inspector": "0.17.5",
|