@reqlan/mcp 0.3.3 → 0.3.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.
- package/README.md +30 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -52,6 +52,36 @@ Set `REQLAN_WORKSPACE` to the workspace root (or run from that directory). Overr
|
|
|
52
52
|
|
|
53
53
|
## Changelog
|
|
54
54
|
|
|
55
|
+
### 0.3.5
|
|
56
|
+
|
|
57
|
+
#### Patch Changes
|
|
58
|
+
|
|
59
|
+
- c219dbe: ci sequencing fix for deployment
|
|
60
|
+
- 7c6eca5: add skip gitignored targets
|
|
61
|
+
- d6b6246: build fix and cicd refinement
|
|
62
|
+
- 9b788d2: fix ci
|
|
63
|
+
- 900a2fd: testing fixes and cicd changes.
|
|
64
|
+
- 70bcb70: Move testin in ci, add ignore check targets to check function for ci environment, fix folder references in ci environemnt.
|
|
65
|
+
- 76546b3: fix ci testting.
|
|
66
|
+
- Updated dependencies [c219dbe]
|
|
67
|
+
- Updated dependencies [7c6eca5]
|
|
68
|
+
- Updated dependencies [d6b6246]
|
|
69
|
+
- Updated dependencies [9b788d2]
|
|
70
|
+
- Updated dependencies [900a2fd]
|
|
71
|
+
- Updated dependencies [70bcb70]
|
|
72
|
+
- Updated dependencies [7c6eca5]
|
|
73
|
+
- Updated dependencies [70bcb70]
|
|
74
|
+
- Updated dependencies [76546b3]
|
|
75
|
+
- @reqlan/analytical@1.13.0
|
|
76
|
+
|
|
77
|
+
### 0.3.4
|
|
78
|
+
|
|
79
|
+
#### Patch Changes
|
|
80
|
+
|
|
81
|
+
- Updated dependencies [15b6a53]
|
|
82
|
+
- Updated dependencies [15b6a53]
|
|
83
|
+
- @reqlan/analytical@1.12.0
|
|
84
|
+
|
|
55
85
|
### 0.3.3
|
|
56
86
|
|
|
57
87
|
#### 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.3.
|
|
4
|
+
"version": "0.3.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": "1.
|
|
29
|
+
"@reqlan/analytical": "1.13.0"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@types/node": "^26.2.0",
|