@veloxts/mcp 0.6.25 → 0.6.26

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/README.md +9 -0
  2. package/package.json +4 -4
package/README.md ADDED
@@ -0,0 +1,9 @@
1
+ # @veloxts/mcp
2
+
3
+ > **Early Preview (v0.6.x)** - APIs are stabilizing but may still change.
4
+
5
+ Model Context Protocol server for VeloxTS - exposes project context (procedures, schemas, routes, errors) to AI assistants like Claude for intelligent code assistance. Learn more at [@veloxts/velox](https://www.npmjs.com/package/@veloxts/velox).
6
+
7
+ ## License
8
+
9
+ MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veloxts/mcp",
3
- "version": "0.6.25",
3
+ "version": "0.6.26",
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",
@@ -20,9 +20,9 @@
20
20
  ],
21
21
  "dependencies": {
22
22
  "@modelcontextprotocol/sdk": "1.25.1",
23
- "@veloxts/validation": "0.6.25",
24
- "@veloxts/cli": "0.6.25",
25
- "@veloxts/router": "0.6.25"
23
+ "@veloxts/cli": "0.6.26",
24
+ "@veloxts/router": "0.6.26",
25
+ "@veloxts/validation": "0.6.26"
26
26
  },
27
27
  "peerDependencies": {
28
28
  "zod": ">=3.25.0"