@reqlan/mcp 0.2.0 → 0.2.2

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 +39 -1
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -50,4 +50,42 @@ Set `REQLAN_WORKSPACE` to the workspace root (or run from that directory). Overr
50
50
 
51
51
  ## Changelog
52
52
 
53
- _No releases yet._
53
+ ### 0.2.2
54
+
55
+ #### Patch Changes
56
+
57
+ - 6f49b58: try again , with mcp permissions
58
+
59
+ ### 0.2.1
60
+
61
+ #### Patch Changes
62
+
63
+ - 06e9150: fix build and deps.
64
+ - Updated dependencies [06e9150]
65
+ - @reqlan/analytical@0.10.1
66
+
67
+ ### 0.2.0
68
+
69
+ #### Minor Changes
70
+
71
+ - e9b7e8a: rust
72
+
73
+ #### Patch Changes
74
+
75
+ - 72246b6: up pnpm
76
+ - 70ccc6f: up pnpm version
77
+ - Updated dependencies [72246b6]
78
+ - Updated dependencies [e9b7e8a]
79
+ - Updated dependencies [70ccc6f]
80
+ - @reqlan/analytical@0.10.0
81
+
82
+ ### 0.1.0
83
+
84
+ #### Minor Changes
85
+
86
+ - 45d37df: Publish the MCP stdio server to npm as `@reqlan/mcp` on the `mcp/v*` Changesets channel. Install Cursor Skills uses `npx @reqlan/mcp` when the workspace has no local MCP bin.
87
+
88
+ #### Patch Changes
89
+
90
+ - Updated dependencies [45d37df]
91
+ - @reqlan/analytical@0.9.1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@reqlan/mcp",
3
3
  "description": "MCP server exposing reqlan requirement graph tools",
4
- "version": "0.2.0",
4
+ "version": "0.2.2",
5
5
  "type": "module",
6
6
  "license": "AGPL-3.0-only",
7
7
  "repository": {
@@ -26,9 +26,10 @@
26
26
  "dependencies": {
27
27
  "@modelcontextprotocol/sdk": "^1.12.1",
28
28
  "zod": "^3.24.2",
29
- "@reqlan/analytical": "0.10.0"
29
+ "@reqlan/analytical": "0.10.1"
30
30
  },
31
31
  "devDependencies": {
32
+ "@types/node": "^26.2.0",
32
33
  "shx": "~0.4.0"
33
34
  },
34
35
  "scripts": {