@public-ui/mcp 3.1.3 → 3.1.4-rc.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/dist/cli.mjs +2 -2
- package/dist/mcp.mjs +2 -2
- package/package.json +4 -4
- package/shared/sample-index.json +2 -2
package/dist/cli.mjs
CHANGED
|
@@ -12,8 +12,8 @@ import 'zod';
|
|
|
12
12
|
import './search.mjs';
|
|
13
13
|
import 'fuse.js';
|
|
14
14
|
|
|
15
|
-
const require = createRequire(import.meta.url);
|
|
16
|
-
const { version: PACKAGE_VERSION = "0.0.0" } = require("../package.json");
|
|
15
|
+
const require$1 = createRequire(import.meta.url);
|
|
16
|
+
const { version: PACKAGE_VERSION = "0.0.0" } = require$1("../package.json");
|
|
17
17
|
const ENABLE_LOGGING = process.env.MCP_LOGGING === "true" || process.env.MCP_LOGGING === "1";
|
|
18
18
|
async function main() {
|
|
19
19
|
const server = createKolibriMcpServer();
|
package/dist/mcp.mjs
CHANGED
|
@@ -20,12 +20,12 @@ function formatTagsForText(tags) {
|
|
|
20
20
|
const normalized = normalizeTags(tags);
|
|
21
21
|
return normalized.length > 0 ? normalized.join(", ") : "none";
|
|
22
22
|
}
|
|
23
|
-
const require = createRequire(import.meta.url);
|
|
23
|
+
const require$1 = createRequire(import.meta.url);
|
|
24
24
|
const {
|
|
25
25
|
version: PACKAGE_VERSION = "0.0.0",
|
|
26
26
|
name: PACKAGE_NAME = "@public-ui/mcp",
|
|
27
27
|
description: PACKAGE_DESCRIPTION
|
|
28
|
-
} = require("../package.json");
|
|
28
|
+
} = require$1("../package.json");
|
|
29
29
|
const ENABLE_LOGGING = process.env.MCP_LOGGING === "true" || process.env.MCP_LOGGING === "1";
|
|
30
30
|
function log(type, message, data) {
|
|
31
31
|
if (!ENABLE_LOGGING) return;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/mcp",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.4-rc.1",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": {
|
|
@@ -46,14 +46,14 @@
|
|
|
46
46
|
"express": "5.2.1",
|
|
47
47
|
"fuse.js": "7.1.0",
|
|
48
48
|
"zod": "3.25.76",
|
|
49
|
-
"@public-ui/components": "3.1.
|
|
49
|
+
"@public-ui/components": "3.1.4-rc.1"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@eslint/eslintrc": "3.3.4",
|
|
53
53
|
"@eslint/js": "9.39.3",
|
|
54
|
-
"@modelcontextprotocol/inspector": "0.21.
|
|
54
|
+
"@modelcontextprotocol/inspector": "0.21.1",
|
|
55
55
|
"@types/express": "5.0.6",
|
|
56
|
-
"@types/node": "24.
|
|
56
|
+
"@types/node": "24.11.2",
|
|
57
57
|
"@typescript-eslint/eslint-plugin": "8.56.1",
|
|
58
58
|
"@typescript-eslint/parser": "8.56.1",
|
|
59
59
|
"eslint": "9.39.3",
|
package/shared/sample-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"metadata": {
|
|
3
|
-
"generatedAt": "2026-
|
|
3
|
+
"generatedAt": "2026-03-06T06:19:08.509Z",
|
|
4
4
|
"buildMode": "ci",
|
|
5
5
|
"counts": {
|
|
6
6
|
"total": 218,
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"totalScenarios": 15
|
|
11
11
|
},
|
|
12
12
|
"repo": {
|
|
13
|
-
"commit": "
|
|
13
|
+
"commit": "8f278d13b60353c566d50a5c0478d8d20f93f42a",
|
|
14
14
|
"branch": "release/3",
|
|
15
15
|
"repoUrl": "https://github.com/public-ui/kolibri"
|
|
16
16
|
}
|