@exulu/backend 1.45.1 → 1.46.1

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/.mcp.json CHANGED
@@ -6,6 +6,13 @@
6
6
  "headers": {
7
7
  "Authorization": "Bearer ${EXULU_TOKEN}"
8
8
  }
9
+ },
10
+ "exulu-mcp-server-mr.-sol": {
11
+ "type": "http",
12
+ "url": "https://backend.ai.open.de/mcp/5fff62d1-e7ef-4c3c-b490-51cb95512360",
13
+ "headers": {
14
+ "Authorization": "Bearer ${EXULU_TOKEN}"
15
+ }
9
16
  }
10
17
  }
11
18
  }
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
- ## [1.45.1](https://github.com/Qventu/exulu-backend/compare/v1.45.0...v1.45.1) (2026-01-13)
1
+ ## [1.46.1](https://github.com/Qventu/exulu-backend/compare/v1.46.0...v1.46.1) (2026-03-03)
2
2
 
3
3
 
4
4
  ### Bug Fixes
5
5
 
6
- * remove unused preview-pdf tool and correct RBAC table prefix handling ([886facd](https://github.com/Qventu/exulu-backend/commit/886facd0c632883201053e50a1f4609c811f4f6c))
6
+ * remove debug code and correct duplicate agent IDs ([0ff154e](https://github.com/Qventu/exulu-backend/commit/0ff154e49f7d8edbaa29987b0d7090d2c7aee57e))