@veloxts/mcp 0.6.106 → 0.7.0

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,28 @@
1
1
  # @veloxts/mcp
2
2
 
3
+ ## 0.7.0
4
+
5
+ ### Minor Changes
6
+
7
+ - chore(deps): update Prisma from 7.3.0 to 7.4.0
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @veloxts/cli@0.7.0
13
+ - @veloxts/router@0.7.0
14
+ - @veloxts/validation@0.7.0
15
+
16
+ ## 0.6.107
17
+
18
+ ### Patch Changes
19
+
20
+ - feat(cli): add workspace monorepo support for `velox dev`
21
+ - Updated dependencies
22
+ - @veloxts/cli@0.6.107
23
+ - @veloxts/router@0.6.107
24
+ - @veloxts/validation@0.6.107
25
+
3
26
  ## 0.6.106
4
27
 
5
28
  ### Patch Changes
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @veloxts/mcp
2
2
 
3
- > **Early Access (v0.6.x)**
3
+ > **Early Access (v0.7.x)**
4
4
 
5
5
  Model Context Protocol server for VeloxTS - exposes project context (procedures, schemas, routes, errors) to AI assistants like Claude Desktop and other tools that support the Model Context Protocol.
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veloxts/mcp",
3
- "version": "0.6.106",
3
+ "version": "0.7.0",
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.3",
26
26
  "typescript": "5.9.3",
27
- "@veloxts/cli": "0.6.106",
28
- "@veloxts/validation": "0.6.106",
29
- "@veloxts/router": "0.6.106"
27
+ "@veloxts/cli": "0.7.0",
28
+ "@veloxts/router": "0.7.0",
29
+ "@veloxts/validation": "0.7.0"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "zod": "^4.3.0"