@dxheroes/local-mcp-backend 0.6.0 → 0.6.2
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/.turbo/turbo-build.log +2 -2
- package/CHANGELOG.md +26 -0
- package/package.json +5 -5
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
|
|
2
|
-
> @dxheroes/local-mcp-backend@0.6.
|
|
2
|
+
> @dxheroes/local-mcp-backend@0.6.2 build /home/runner/work/local-mcp-gateway/local-mcp-gateway/apps/backend
|
|
3
3
|
> nest build
|
|
4
4
|
|
|
5
5
|
- [46m[1m TSC [22m[49m[36m Initializing type checker...[39m
|
|
6
6
|
✔ [46m[1m TSC [22m[49m[36m Initializing type checker...[39m
|
|
7
7
|
[32m> [39m[42m[1m TSC [22m[49m[32m Found 0 issues.[39m
|
|
8
8
|
[36m> [39m[46m[1m SWC [22m[49m [36mRunning...[39m
|
|
9
|
-
Successfully compiled: 36 files with swc (
|
|
9
|
+
Successfully compiled: 36 files with swc (81.35ms)
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.6.2](https://github.com/DXHeroes/local-mcp-gateway/compare/backend-v0.6.1...backend-v0.6.2) (2026-02-02)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* The following workspace dependencies were updated
|
|
9
|
+
* dependencies
|
|
10
|
+
* @dxheroes/local-mcp-core bumped to 0.5.0
|
|
11
|
+
* @dxheroes/local-mcp-database bumped to 0.4.4
|
|
12
|
+
* @dxheroes/mcp-gemini-deep-research bumped to 0.4.4
|
|
13
|
+
* devDependencies
|
|
14
|
+
* @dxheroes/local-mcp-config bumped to 0.4.4
|
|
15
|
+
|
|
16
|
+
## [0.6.1](https://github.com/DXHeroes/local-mcp-gateway/compare/backend-v0.6.0...backend-v0.6.1) (2026-01-16)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Dependencies
|
|
20
|
+
|
|
21
|
+
* The following workspace dependencies were updated
|
|
22
|
+
* dependencies
|
|
23
|
+
* @dxheroes/local-mcp-core bumped to 0.4.3
|
|
24
|
+
* @dxheroes/local-mcp-database bumped to 0.4.3
|
|
25
|
+
* @dxheroes/mcp-gemini-deep-research bumped to 0.4.3
|
|
26
|
+
* devDependencies
|
|
27
|
+
* @dxheroes/local-mcp-config bumped to 0.4.3
|
|
28
|
+
|
|
3
29
|
## [0.6.0](https://github.com/DXHeroes/local-mcp-gateway/compare/backend-v0.5.1...backend-v0.6.0) (2026-01-16)
|
|
4
30
|
|
|
5
31
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dxheroes/local-mcp-backend",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.2",
|
|
4
4
|
"description": "NestJS API server providing MCP proxy, server aggregation, OAuth 2.1, and profile management",
|
|
5
5
|
"license": "Elastic-2.0",
|
|
6
6
|
"type": "module",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"reflect-metadata": "^0.2.2",
|
|
21
21
|
"rxjs": "^7.8.2",
|
|
22
22
|
"zod": "^4.3.5",
|
|
23
|
-
"@dxheroes/local-mcp-core": "0.
|
|
24
|
-
"@dxheroes/local-mcp-database": "0.4.
|
|
25
|
-
"@dxheroes/mcp-gemini-deep-research": "0.4.
|
|
23
|
+
"@dxheroes/local-mcp-core": "0.5.0",
|
|
24
|
+
"@dxheroes/local-mcp-database": "0.4.4",
|
|
25
|
+
"@dxheroes/mcp-gemini-deep-research": "0.4.4"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@nestjs/cli": "^11.0.14",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"@types/node": "^25.0.6",
|
|
36
36
|
"typescript": "^5.9.3",
|
|
37
37
|
"vitest": "^4.0.17",
|
|
38
|
-
"@dxheroes/local-mcp-config": "0.4.
|
|
38
|
+
"@dxheroes/local-mcp-config": "0.4.4"
|
|
39
39
|
},
|
|
40
40
|
"scripts": {
|
|
41
41
|
"build": "nest build",
|