@reqlan/mcp 0.2.3 → 0.2.5

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 +15 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -50,6 +50,21 @@ Set `REQLAN_WORKSPACE` to the workspace root (or run from that directory). Overr
50
50
 
51
51
  ## Changelog
52
52
 
53
+ ### 0.2.5
54
+
55
+ #### Patch Changes
56
+
57
+ - 5348d34: update target binary
58
+ - Updated dependencies [5348d34]
59
+ - @reqlan/analytical@0.10.4
60
+
61
+ ### 0.2.4
62
+
63
+ #### Patch Changes
64
+
65
+ - Updated dependencies [2860f9f]
66
+ - @reqlan/analytical@0.10.3
67
+
53
68
  ### 0.2.3
54
69
 
55
70
  #### Patch Changes
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.3",
4
+ "version": "0.2.5",
5
5
  "type": "module",
6
6
  "license": "AGPL-3.0-only",
7
7
  "repository": {
@@ -26,7 +26,7 @@
26
26
  "dependencies": {
27
27
  "@modelcontextprotocol/sdk": "^1.12.1",
28
28
  "zod": "^3.24.2",
29
- "@reqlan/analytical": "0.10.2"
29
+ "@reqlan/analytical": "0.10.4"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/node": "^26.2.0",