@public-ui/mcp 4.3.0-rc.0 → 4.3.0-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/mcp.cjs CHANGED
@@ -62,10 +62,6 @@ function configureServer(server) {
62
62
  query: zod.z.string().optional().default(""),
63
63
  kind: zod.z.enum(KIND_OPTIONS).optional(),
64
64
  limit: zod.z.number().optional()
65
- },
66
- outputSchema: {
67
- query: zod.z.string(),
68
- totalResults: zod.z.number()
69
65
  }
70
66
  },
71
67
  ({ query, kind, limit }) => {
@@ -128,11 +124,6 @@ ${resultText}${tipText}`
128
124
  description: 'Get a specific sample, specification, or documentation entry by its ID. Parameter: id (required string, e.g. "button/basic", "spec/button", or "docs/getting-started")',
129
125
  inputSchema: {
130
126
  id: zod.z.string()
131
- },
132
- outputSchema: {
133
- id: zod.z.string(),
134
- kind: zod.z.string(),
135
- name: zod.z.string()
136
127
  }
137
128
  },
138
129
  ({ id }) => {
package/dist/mcp.mjs CHANGED
@@ -55,10 +55,6 @@ function configureServer(server) {
55
55
  query: z.string().optional().default(""),
56
56
  kind: z.enum(KIND_OPTIONS).optional(),
57
57
  limit: z.number().optional()
58
- },
59
- outputSchema: {
60
- query: z.string(),
61
- totalResults: z.number()
62
58
  }
63
59
  },
64
60
  ({ query, kind, limit }) => {
@@ -121,11 +117,6 @@ ${resultText}${tipText}`
121
117
  description: 'Get a specific sample, specification, or documentation entry by its ID. Parameter: id (required string, e.g. "button/basic", "spec/button", or "docs/getting-started")',
122
118
  inputSchema: {
123
119
  id: z.string()
124
- },
125
- outputSchema: {
126
- id: z.string(),
127
- kind: z.string(),
128
- name: z.string()
129
120
  }
130
121
  },
131
122
  ({ id }) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/mcp",
3
- "version": "4.3.0-rc.0",
3
+ "version": "4.3.0-rc.1",
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.1",
48
48
  "zod": "4.4.3",
49
- "@public-ui/components": "4.3.0-rc.0"
49
+ "@public-ui/components": "4.3.0-rc.1"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@eslint/js": "9.39.4",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "metadata": {
3
- "generatedAt": "2026-06-08T10:22:53.076Z",
3
+ "generatedAt": "2026-06-08T11:45:25.170Z",
4
4
  "buildMode": "ci",
5
5
  "counts": {
6
6
  "total": 323,
@@ -10,7 +10,7 @@
10
10
  "totalScenarios": 19
11
11
  },
12
12
  "repo": {
13
- "commit": "6f50ffdf7f0d0b52e19c4f1db16a19d55e9bcd0a",
13
+ "commit": "c4c58708363eab288a23b060e312526aafaffa11",
14
14
  "branch": "develop",
15
15
  "repoUrl": "https://github.com/public-ui/kolibri"
16
16
  }