@public-ui/mcp 4.3.0-rc.1 → 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 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.1",
3
+ "version": "4.3.0-rc.3",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": {
@@ -44,27 +44,23 @@
44
44
  "dependencies": {
45
45
  "@modelcontextprotocol/sdk": "1.29.0",
46
46
  "express": "5.2.1",
47
- "fuse.js": "7.4.1",
47
+ "fuse.js": "7.4.2",
48
48
  "zod": "4.4.3",
49
- "@public-ui/components": "4.3.0-rc.1"
49
+ "@public-ui/components": "4.3.0-rc.3"
50
50
  },
51
51
  "devDependencies": {
52
- "@eslint/js": "9.39.4",
53
- "@modelcontextprotocol/inspector": "0.21.2",
52
+ "@modelcontextprotocol/inspector": "0.22.0",
54
53
  "@types/express": "5.0.6",
55
- "@types/node": "25.9.1",
56
- "@typescript-eslint/eslint-plugin": "8.58.2",
57
- "@typescript-eslint/parser": "8.58.2",
54
+ "@types/node": "25.9.3",
58
55
  "eslint": "9.39.4",
59
- "eslint-plugin-json": "4.0.1",
60
- "globals": "17.6.0",
61
- "knip": "6.15.0",
56
+ "knip": "6.16.1",
62
57
  "nodemon": "3.1.14",
63
- "prettier": "3.8.3",
58
+ "prettier": "3.8.4",
64
59
  "prettier-plugin-organize-imports": "4.3.0",
65
60
  "tsx": "4.22.4",
66
61
  "typescript": "5.9.3",
67
- "unbuild": "3.6.1"
62
+ "unbuild": "3.6.1",
63
+ "@public-ui/eslint-config": "4.3.0-rc.1"
68
64
  },
69
65
  "files": [
70
66
  "dist/",