@reqlan/mcp 0.3.2 → 0.3.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 CHANGED
@@ -46,10 +46,20 @@ Set `REQLAN_WORKSPACE` to the workspace root (or run from that directory). Overr
46
46
  - [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=reqlan.reqlan-extension)
47
47
  - [Open VSX](https://open-vsx.org/extension/reqlan/reqlan-extension)
48
48
  - [GitHub repository](https://github.com/littletuna4/reqlan)
49
+ - [Discord](https://discord.gg/R487KDVfmA)
50
+ - [Sponsor](https://github.com/sponsors/littletuna4)
49
51
  - [Contact](mailto:reqlan@reqlan.com)
50
52
 
51
53
  ## Changelog
52
54
 
55
+ ### 0.3.3
56
+
57
+ #### Patch Changes
58
+
59
+ - 9571467: Update site; and a few little bug fixes
60
+ - Updated dependencies [9571467]
61
+ - @reqlan/analytical@1.11.3
62
+
53
63
  ### 0.3.2
54
64
 
55
65
  #### Patch Changes
@@ -46,6 +46,8 @@ Set `REQLAN_WORKSPACE` to the workspace root (or run from that directory). Overr
46
46
  - [{{VSC_LABEL}}]({{VSC_URL}})
47
47
  - [{{OPENVSX_LABEL}}]({{OPENVSX_URL}})
48
48
  - [GitHub repository]({{GITHUB_URL}})
49
+ - [{{DISCORD_LABEL}}]({{DISCORD_URL}})
50
+ - [{{SPONSOR_LABEL}}]({{SPONSOR_URL}})
49
51
  - [Contact]({{EMAIL_URL}})
50
52
 
51
53
  ## Changelog
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.2",
4
+ "version": "0.3.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": "1.11.2"
29
+ "@reqlan/analytical": "1.11.3"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/node": "^26.2.0",