@veloxts/mcp 0.6.31 → 0.6.51

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/CHANGELOG.md CHANGED
@@ -1,5 +1,205 @@
1
1
  # @veloxts/mcp
2
2
 
3
+ ## 0.6.51
4
+
5
+ ### Patch Changes
6
+
7
+ - fix(web): configure @vinxi/server-functions for RSC server actions
8
+ - Updated dependencies
9
+ - @veloxts/cli@0.6.51
10
+ - @veloxts/router@0.6.51
11
+ - @veloxts/validation@0.6.51
12
+
13
+ ## 0.6.50
14
+
15
+ ### Patch Changes
16
+
17
+ - lint fixed
18
+ - Updated dependencies
19
+ - @veloxts/cli@0.6.50
20
+ - @veloxts/router@0.6.50
21
+ - @veloxts/validation@0.6.50
22
+
23
+ ## 0.6.49
24
+
25
+ ### Patch Changes
26
+
27
+ - feat(create): add client import lint script for RSC templates
28
+ - Updated dependencies
29
+ - @veloxts/cli@0.6.49
30
+ - @veloxts/router@0.6.49
31
+ - @veloxts/validation@0.6.49
32
+
33
+ ## 0.6.48
34
+
35
+ ### Patch Changes
36
+
37
+ - fix(web): remove server-only guards incompatible with Vite SS
38
+ - Updated dependencies
39
+ - @veloxts/cli@0.6.48
40
+ - @veloxts/router@0.6.48
41
+ - @veloxts/validation@0.6.48
42
+
43
+ ## 0.6.47
44
+
45
+ ### Patch Changes
46
+
47
+ - fix(web): use /adapters for createH3ApiHandler to avoid server-only
48
+ - Updated dependencies
49
+ - @veloxts/cli@0.6.47
50
+ - @veloxts/router@0.6.47
51
+ - @veloxts/validation@0.6.47
52
+
53
+ ## 0.6.46
54
+
55
+ ### Patch Changes
56
+
57
+ - fix(web): remove transitive server-only import from main entry
58
+ - Updated dependencies
59
+ - @veloxts/cli@0.6.46
60
+ - @veloxts/router@0.6.46
61
+ - @veloxts/validation@0.6.46
62
+
63
+ ## 0.6.45
64
+
65
+ ### Patch Changes
66
+
67
+ - fix(web): remove server-only guard from main entry for Vinxi compat
68
+ - Updated dependencies
69
+ - @veloxts/cli@0.6.45
70
+ - @veloxts/router@0.6.45
71
+ - @veloxts/validation@0.6.45
72
+
73
+ ## 0.6.44
74
+
75
+ ### Patch Changes
76
+
77
+ - refactor(web): implement proper RSC server/client separation
78
+ - Updated dependencies
79
+ - @veloxts/cli@0.6.44
80
+ - @veloxts/router@0.6.44
81
+ - @veloxts/validation@0.6.44
82
+
83
+ ## 0.6.43
84
+
85
+ ### Patch Changes
86
+
87
+ - fix(web): exclude native modules from Vite dependency optimization
88
+ - Updated dependencies
89
+ - @veloxts/cli@0.6.43
90
+ - @veloxts/router@0.6.43
91
+ - @veloxts/validation@0.6.43
92
+
93
+ ## 0.6.42
94
+
95
+ ### Patch Changes
96
+
97
+ - fix(web): enable tsconfig path aliases for Vite/Vinxi + docs(web): add @public/@internal JSDoc annotations to server actions
98
+ - Updated dependencies
99
+ - @veloxts/cli@0.6.42
100
+ - @veloxts/router@0.6.42
101
+ - @veloxts/validation@0.6.42
102
+
103
+ ## 0.6.41
104
+
105
+ ### Patch Changes
106
+
107
+ - feat(web): add authAction helper for procedure bridge authentication
108
+ - Updated dependencies
109
+ - @veloxts/cli@0.6.41
110
+ - @veloxts/router@0.6.41
111
+ - @veloxts/validation@0.6.41
112
+
113
+ ## 0.6.40
114
+
115
+ ### Patch Changes
116
+
117
+ - feat(create): consolidate template styles with unified dark mode design
118
+ - Updated dependencies
119
+ - @veloxts/cli@0.6.40
120
+ - @veloxts/router@0.6.40
121
+ - @veloxts/validation@0.6.40
122
+
123
+ ## 0.6.39
124
+
125
+ ### Patch Changes
126
+
127
+ - fix RSC client hydration with split layout architecture
128
+ - Updated dependencies
129
+ - @veloxts/cli@0.6.39
130
+ - @veloxts/router@0.6.39
131
+ - @veloxts/validation@0.6.39
132
+
133
+ ## 0.6.38
134
+
135
+ ### Patch Changes
136
+
137
+ - fix client hydration for RSC templates
138
+ - Updated dependencies
139
+ - @veloxts/cli@0.6.38
140
+ - @veloxts/router@0.6.38
141
+ - @veloxts/validation@0.6.38
142
+
143
+ ## 0.6.37
144
+
145
+ ### Patch Changes
146
+
147
+ - feat(web): add validated() helper for secure server actions & add rsc-auth template with validated()
148
+ - Updated dependencies
149
+ - @veloxts/cli@0.6.37
150
+ - @veloxts/router@0.6.37
151
+ - @veloxts/validation@0.6.37
152
+
153
+ ## 0.6.36
154
+
155
+ ### Patch Changes
156
+
157
+ - Gap Remediation Plan
158
+ - Updated dependencies
159
+ - @veloxts/cli@0.6.36
160
+ - @veloxts/router@0.6.36
161
+ - @veloxts/validation@0.6.36
162
+
163
+ ## 0.6.35
164
+
165
+ ### Patch Changes
166
+
167
+ - proper auth template testing in verify-publis
168
+ - Updated dependencies
169
+ - @veloxts/cli@0.6.35
170
+ - @veloxts/router@0.6.35
171
+ - @veloxts/validation@0.6.35
172
+
173
+ ## 0.6.34
174
+
175
+ ### Patch Changes
176
+
177
+ - update PostgreSQL adapter for Prisma 7 API
178
+ - Updated dependencies
179
+ - @veloxts/cli@0.6.34
180
+ - @veloxts/router@0.6.34
181
+ - @veloxts/validation@0.6.34
182
+
183
+ ## 0.6.33
184
+
185
+ ### Patch Changes
186
+
187
+ - changed claude.md instruction, added prisma config
188
+ - Updated dependencies
189
+ - @veloxts/cli@0.6.33
190
+ - @veloxts/router@0.6.33
191
+ - @veloxts/validation@0.6.33
192
+
193
+ ## 0.6.32
194
+
195
+ ### Patch Changes
196
+
197
+ - Introducing new Ecosystem Expansion packages: cache, queue, mail, storage, scheduler, events. Do not use yet
198
+ - Updated dependencies
199
+ - @veloxts/cli@0.6.32
200
+ - @veloxts/router@0.6.32
201
+ - @veloxts/validation@0.6.32
202
+
3
203
  ## 0.6.31
4
204
 
5
205
  ### Patch Changes
package/dist/server.js CHANGED
@@ -262,7 +262,7 @@ export function createVeloxMCPServer(options = {}) {
262
262
  // Validate arguments with Zod
263
263
  const parsed = GenerateArgsSchema.safeParse(args);
264
264
  if (!parsed.success) {
265
- const errors = parsed.error.errors.map((e) => `${e.path.join('.')}: ${e.message}`);
265
+ const errors = parsed.error.issues.map((e) => `${e.path.join('.')}: ${e.message}`);
266
266
  return {
267
267
  content: [
268
268
  {
@@ -294,7 +294,7 @@ export function createVeloxMCPServer(options = {}) {
294
294
  // Validate arguments with Zod
295
295
  const parsed = MigrateArgsSchema.safeParse(args);
296
296
  if (!parsed.success) {
297
- const errors = parsed.error.errors.map((e) => `${e.path.join('.')}: ${e.message}`);
297
+ const errors = parsed.error.issues.map((e) => `${e.path.join('.')}: ${e.message}`);
298
298
  return {
299
299
  content: [
300
300
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veloxts/mcp",
3
- "version": "0.6.31",
3
+ "version": "0.6.51",
4
4
  "description": "Model Context Protocol server for VeloxTS - expose project context to AI tools",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -23,15 +23,16 @@
23
23
  ],
24
24
  "dependencies": {
25
25
  "@modelcontextprotocol/sdk": "1.25.1",
26
- "@veloxts/cli": "0.6.31",
27
- "@veloxts/router": "0.6.31",
28
- "@veloxts/validation": "0.6.31"
26
+ "@veloxts/router": "0.6.51",
27
+ "@veloxts/validation": "0.6.51",
28
+ "@veloxts/cli": "0.6.51"
29
29
  },
30
30
  "peerDependencies": {
31
31
  "zod": ">=3.25.0"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@types/node": "25.0.3",
35
+ "@vitest/coverage-v8": "4.0.16",
35
36
  "typescript": "5.9.3",
36
37
  "vitest": "4.0.16"
37
38
  },
@@ -61,6 +62,7 @@
61
62
  "type-check": "tsc --noEmit",
62
63
  "test": "vitest run",
63
64
  "test:watch": "vitest",
65
+ "test:coverage": "vitest run --coverage",
64
66
  "clean": "rm -rf dist tsconfig.tsbuildinfo"
65
67
  }
66
68
  }