@reqlan/mcp 0.2.2 → 0.2.3
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 +8 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -50,6 +50,14 @@ Set `REQLAN_WORKSPACE` to the workspace root (or run from that directory). Overr
|
|
|
50
50
|
|
|
51
51
|
## Changelog
|
|
52
52
|
|
|
53
|
+
### 0.2.3
|
|
54
|
+
|
|
55
|
+
#### Patch Changes
|
|
56
|
+
|
|
57
|
+
- 75902d5: fix tests; and decouple golden corpus.
|
|
58
|
+
- Updated dependencies [75902d5]
|
|
59
|
+
- @reqlan/analytical@0.10.2
|
|
60
|
+
|
|
53
61
|
### 0.2.2
|
|
54
62
|
|
|
55
63
|
#### 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.
|
|
4
|
+
"version": "0.2.3",
|
|
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.
|
|
29
|
+
"@reqlan/analytical": "0.10.2"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@types/node": "^26.2.0",
|