@veloxts/mcp 0.6.77 → 0.6.79

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @veloxts/mcp
2
2
 
3
+ ## 0.6.79
4
+
5
+ ### Patch Changes
6
+
7
+ - fix(router,client): preserve namespace literal types for proper type narrowing
8
+ - Updated dependencies
9
+ - @veloxts/cli@0.6.79
10
+ - @veloxts/router@0.6.79
11
+ - @veloxts/validation@0.6.79
12
+
13
+ ## 0.6.78
14
+
15
+ ### Patch Changes
16
+
17
+ - fix(ci): add Docker Hub login to avoid rate limits in tests, add rsc-auth template to smoke test matrix, Fix / types.d.ts reference error in template
18
+ - Updated dependencies
19
+ - @veloxts/cli@0.6.78
20
+ - @veloxts/router@0.6.78
21
+ - @veloxts/validation@0.6.78
22
+
3
23
  ## 0.6.77
4
24
 
5
25
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veloxts/mcp",
3
- "version": "0.6.77",
3
+ "version": "0.6.79",
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",
@@ -24,9 +24,9 @@
24
24
  "dependencies": {
25
25
  "@modelcontextprotocol/sdk": "1.25.1",
26
26
  "typescript": "5.9.3",
27
- "@veloxts/cli": "0.6.77",
28
- "@veloxts/router": "0.6.77",
29
- "@veloxts/validation": "0.6.77"
27
+ "@veloxts/cli": "0.6.79",
28
+ "@veloxts/router": "0.6.79",
29
+ "@veloxts/validation": "0.6.79"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "zod": ">=3.25.0"