@loop_ouroboros/mcp-hub-lite 1.2.5 → 1.2.7

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.
Files changed (107) hide show
  1. package/CHANGELOG.md +659 -626
  2. package/dist/client/assets/HomeView-CgEri1kD.js +1 -0
  3. package/dist/client/assets/{ResourceDetailView-BGBtmsyc.js → ResourceDetailView-B8Qo1_jK.js} +1 -1
  4. package/dist/client/assets/ResourcesView-B12FzUdo.js +1 -0
  5. package/dist/client/assets/ServerDashboard-B3O-crvv.js +1 -0
  6. package/dist/client/assets/ServerDetail-Bz5_9yOY.js +2 -0
  7. package/dist/client/assets/{ServerDetail-CtnNKJGx.css → ServerDetail-CXg8rI3q.css} +1 -1
  8. package/dist/client/assets/{ServerListView-C7kcd4GC.js → ServerListView-SlZN8ppC.js} +2 -2
  9. package/dist/client/assets/{ServerStatusTags.vue_vue_type_script_setup_true_lang-BHhwEuGe.js → ServerStatusTags.vue_vue_type_script_setup_true_lang-DmGg4uuV.js} +1 -1
  10. package/dist/client/assets/SettingsView-D8fiOG0O.js +1 -0
  11. package/dist/client/assets/ToolCallDialog-DYEdhnCk.js +1 -0
  12. package/dist/client/assets/ToolsView-BreAl-yn.js +1 -0
  13. package/dist/client/assets/{_baseClone-kbJbcBJT.js → _baseClone-BYxCbA_9.js} +1 -1
  14. package/dist/client/assets/{el-form-item-iQ0G8e97.js → el-form-item-ySymCPMr.js} +2 -2
  15. package/dist/client/assets/el-input-C85p6Nqj.js +1 -0
  16. package/dist/client/assets/el-loading-DIjKEx81.js +1 -0
  17. package/dist/client/assets/{el-overlay-Cy5xg31y.js → el-overlay-B_CxiSem.js} +1 -1
  18. package/dist/client/assets/el-radio-group-BjkTCPRf.js +1 -0
  19. package/dist/client/assets/el-skeleton-item-CupTKK6n.js +1 -0
  20. package/dist/client/assets/{el-switch-KpjV93lm.js → el-switch-BosIJ9jf.js} +1 -1
  21. package/dist/client/assets/el-tab-pane-BydxdJoc.js +1 -0
  22. package/dist/client/assets/{el-table-column-fofd_2n-.js → el-table-column-DV5TZOUW.js} +1 -1
  23. package/dist/client/assets/index-kC4mf0Vo.js +2 -0
  24. package/dist/client/assets/{index-DpH6ZSbs.css → index-xJkq2euk.css} +1 -1
  25. package/dist/client/assets/omit-DxDGRttI.js +1 -0
  26. package/dist/client/assets/{raf-MWAHt9ca.js → raf-Y9AoxecD.js} +1 -1
  27. package/dist/client/assets/{vue-vendor-CbgVSHIh.js → vue-vendor-Dwcr0jep.js} +1 -1
  28. package/dist/client/index.html +3 -3
  29. package/dist/server/shared/types/websocket.types.d.ts +28 -19
  30. package/dist/server/shared/types/websocket.types.d.ts.map +1 -1
  31. package/dist/server/shared/types/websocket.types.js +3 -2
  32. package/dist/server/src/api/ws/ws-handler.d.ts.map +1 -1
  33. package/dist/server/src/api/ws/ws-handler.js +4 -3
  34. package/dist/server/src/app.d.ts.map +1 -1
  35. package/dist/server/src/app.js +46 -0
  36. package/dist/server/src/models/event.model.d.ts +0 -13
  37. package/dist/server/src/models/event.model.d.ts.map +1 -1
  38. package/dist/server/src/models/server.model.d.ts +0 -29
  39. package/dist/server/src/models/server.model.d.ts.map +1 -1
  40. package/dist/server/src/models/types.d.ts +1 -70
  41. package/dist/server/src/models/types.d.ts.map +1 -1
  42. package/dist/server/src/models/types.js +1 -67
  43. package/dist/server/src/server/dev-server.js +24 -6
  44. package/dist/server/src/services/connection/connection-manager.d.ts +19 -0
  45. package/dist/server/src/services/connection/connection-manager.d.ts.map +1 -1
  46. package/dist/server/src/services/connection/connection-manager.js +145 -5
  47. package/dist/server/src/services/event-bus.service.d.ts +0 -4
  48. package/dist/server/src/services/event-bus.service.d.ts.map +1 -1
  49. package/dist/server/src/services/event-bus.service.js +1 -6
  50. package/dist/server/src/services/gateway/request-handlers/initialize-handler.d.ts.map +1 -1
  51. package/dist/server/src/services/gateway/request-handlers/initialize-handler.js +1 -0
  52. package/dist/server/src/services/hub-tools/instance-selector.d.ts +8 -1
  53. package/dist/server/src/services/hub-tools/instance-selector.d.ts.map +1 -1
  54. package/dist/server/src/services/hub-tools/instance-selector.js +24 -10
  55. package/dist/server/src/services/hub-tools/resource-generator.d.ts.map +1 -1
  56. package/dist/server/src/services/hub-tools/resource-generator.js +4 -19
  57. package/dist/server/src/services/hub-tools.service.d.ts.map +1 -1
  58. package/dist/server/src/services/hub-tools.service.js +22 -5
  59. package/dist/server/src/services/mcp-oauth/index.d.ts +5 -0
  60. package/dist/server/src/services/mcp-oauth/index.d.ts.map +1 -0
  61. package/dist/server/src/services/mcp-oauth/index.js +3 -0
  62. package/dist/server/src/services/mcp-oauth/oauth-callback-server.d.ts +19 -0
  63. package/dist/server/src/services/mcp-oauth/oauth-callback-server.d.ts.map +1 -0
  64. package/dist/server/src/services/mcp-oauth/oauth-callback-server.js +100 -0
  65. package/dist/server/src/services/mcp-oauth/oauth-provider.d.ts +42 -0
  66. package/dist/server/src/services/mcp-oauth/oauth-provider.d.ts.map +1 -0
  67. package/dist/server/src/services/mcp-oauth/oauth-provider.js +121 -0
  68. package/dist/server/src/services/mcp-oauth/oauth-token-storage.d.ts +23 -0
  69. package/dist/server/src/services/mcp-oauth/oauth-token-storage.d.ts.map +1 -0
  70. package/dist/server/src/services/mcp-oauth/oauth-token-storage.js +92 -0
  71. package/dist/server/src/services/mcp-oauth/oauth-types.d.ts +21 -0
  72. package/dist/server/src/services/mcp-oauth/oauth-types.d.ts.map +1 -0
  73. package/dist/server/src/services/mcp-oauth/oauth-types.js +4 -0
  74. package/dist/server/src/utils/network-security.d.ts +33 -0
  75. package/dist/server/src/utils/network-security.d.ts.map +1 -0
  76. package/dist/server/src/utils/network-security.js +83 -0
  77. package/dist/server/src/utils/transports/streamable-http-transport.d.ts +12 -1
  78. package/dist/server/src/utils/transports/streamable-http-transport.d.ts.map +1 -1
  79. package/dist/server/src/utils/transports/streamable-http-transport.js +20 -1
  80. package/dist/server/src/utils/transports/transport-factory.d.ts +2 -0
  81. package/dist/server/src/utils/transports/transport-factory.d.ts.map +1 -1
  82. package/dist/server/src/utils/transports/transport-factory.js +17 -2
  83. package/dist/server/src/utils/transports/transport.interface.d.ts +2 -0
  84. package/dist/server/src/utils/transports/transport.interface.d.ts.map +1 -1
  85. package/dist/server/tests/unit/services/hub-tools/instance-selector.test.js +21 -16
  86. package/dist/server/tests/unit/services/hub-tools.service.test.js +36 -35
  87. package/dist/server/tests/unit/utils/network-security.test.d.ts +2 -0
  88. package/dist/server/tests/unit/utils/network-security.test.d.ts.map +1 -0
  89. package/dist/server/tests/unit/utils/network-security.test.js +123 -0
  90. package/dist/server/vite.config.js +1 -1
  91. package/package.json +111 -111
  92. package/dist/client/assets/HomeView-BnO4yIT9.js +0 -1
  93. package/dist/client/assets/ResourcesView-B5Xg0ynh.js +0 -1
  94. package/dist/client/assets/ServerDashboard-DYAVrrUk.js +0 -1
  95. package/dist/client/assets/ServerDetail-q94ZFfjL.js +0 -2
  96. package/dist/client/assets/SettingsView-BM6P5yrT.js +0 -1
  97. package/dist/client/assets/ToolCallDialog-BoAGxlB5.js +0 -1
  98. package/dist/client/assets/ToolsView-lqFhr7Bk.js +0 -1
  99. package/dist/client/assets/el-input-DkJq57wP.js +0 -1
  100. package/dist/client/assets/el-loading-C3v6a9xV.js +0 -1
  101. package/dist/client/assets/el-radio-group-C9QUL5mm.js +0 -1
  102. package/dist/client/assets/el-skeleton-item-Bbmpc0Xz.js +0 -1
  103. package/dist/client/assets/el-tab-pane-YsYuBcem.js +0 -1
  104. package/dist/client/assets/index-5tzIwwtS.js +0 -1
  105. package/dist/client/assets/index-MqHvQjDP.js +0 -2
  106. package/dist/client/assets/omit-CB4hTeTH.js +0 -1
  107. package/dist/client/assets/typescript-Bp3YSIOJ.js +0 -1
package/CHANGELOG.md CHANGED
@@ -1,626 +1,659 @@
1
- # Changelog
2
-
3
- All notable changes to this project will be documented in this file.
4
-
5
- ## [1.2.5] - 2026-04-28
6
-
7
- ### Hub Tools
8
-
9
- - enhance hub-tools system with improved tool handling
10
- - add list_tags tool constants and update CLAUDE.md docs
11
- - add comprehensive use guide documentation
12
- - improve default server description text
13
- - remove stale cache in listResources
14
- - clarify instance filtering comment
15
- - fix listMcpResources returning incomplete server resources by using two-pass approach to check all instances connection status
16
- - align resource generation logic with /web/mcp/status API behavior
17
-
18
- ### Utils
19
-
20
- - add null check to normalizeToolName
21
-
22
- ---
23
-
24
- ## [1.2.4] - 2026-04-25
25
-
26
- ### Frontend
27
-
28
- - Shorten long server version display with tooltip for full version
29
-
30
- ### Hub Tools
31
-
32
- - Improve error message when attempting to update gateway server
33
-
34
- ### Docs
35
-
36
- - Add "解决痛点" section to Chinese README
37
- - Add LinuxDo topic link to Chinese README
38
-
39
- ---
40
-
41
- ## [1.2.3] - 2026-04-20
42
-
43
- ### CLI
44
-
45
- - Add use-guide command for CLI usage reference
46
- - Add install command for adding new MCP servers
47
- - Remove redundant npm scripts
48
-
49
- ### Gateway
50
-
51
- - Wrap initialize handler debug logs with gatewayDebug condition
52
-
53
- ### Docs
54
-
55
- - Reorganize changelog by functional areas
56
-
57
- ---
58
-
59
- ## [1.2.2] - 2026-04-17
60
-
61
- ### Gateway
62
-
63
- - Add gatewayDebug logging control
64
-
65
- ### Frontend
66
-
67
- - Add time unit types and conversion utilities
68
- - Add Startup configuration tab to Settings page
69
-
70
- ### Config
71
-
72
- - Correct servers sorting in config-loader
73
-
74
- ### Startup
75
-
76
- - Extract ensureServerInstances() to eliminate DRY violation
77
- - Extract startup orchestration logic into dedicated module
78
-
79
- ### Resources
80
-
81
- - Ensure consistent { contents: [...] } format in resource read API
82
-
83
- ### Logging
84
-
85
- - Add STDERR log module for stdio transport
86
-
87
- ### Connection
88
-
89
- - Split connect() into SRP-compliant private methods
90
-
91
- ### Other
92
-
93
- - Update changelog for 2026-04-15 to 2026-04-17
94
- - Add LinuxDo community acknowledgment
95
-
96
- ---
97
-
98
- ## [1.2.0] - 2026-04-14
99
-
100
- ### Core
101
-
102
- - Add normalizeToolName for cross-format tool name matching
103
-
104
- ### CLI
105
-
106
- - Add tool-use command for MCP server tool operations
107
- - Fix CLI entry detection for Windows/npm symlink environments
108
- - Fix command count and rename mcpToolUseCommand to toolUseCommand
109
-
110
- ### Config
111
-
112
- - Change config loading logs from info to debug level
113
-
114
- ### System Tools
115
-
116
- - Rename list_tools_in_server to list_tools
117
-
118
- ### Documentation
119
-
120
- - Complete CLAUDE.md documentation for all submodules
121
- - Update changelog and README for v1.2 release
122
-
123
- ### Utils
124
-
125
- - Add unit tests for normalizeToolName function
126
-
127
- ---
128
-
129
- ## [1.1.1] - 2026-04-14
130
-
131
- ### Gateway
132
-
133
- - Implement per-request transport mode to fix connection errors
134
-
135
- ### Frontend
136
-
137
- - Prevent runtime error when tool is undefined in groupedTools
138
-
139
- ---
140
-
141
- ## [1.1.0] - 2026-04-13
142
-
143
- ### Resources
144
-
145
- - Implement MCP native resource forwarding
146
-
147
- ### Gateway
148
-
149
- - Restrict call_tool from invoking system tools
150
- - Return 400 for missing Accept header
151
- - Extract version and protocol version to shared utility
152
- - Only include tools from servers with allowedTools configured
153
-
154
- ### Security
155
-
156
- - Mask sensitive values in config change logs
157
-
158
- ### Config
159
-
160
- - Sort env and headers keys on config save
161
- - Implement v1.1 instance configuration system
162
- - Enhance instance management with display name and route selection
163
- - Add empty value cleaning when saving config
164
- - Add index and displayName to ServerInstanceConfig with reassignment API
165
- - Add v1.1 config schema with auto-migration support
166
- - Move instance selection strategy to template
167
- - Complete v1.1 multi-instance configuration refactoring
168
- - Activate v1.1 config format with instance support
169
- - Activate v1.1 config format, remove v1.0 compatibility code
170
- - Ensure server instance indexes from config load and migration
171
- - Support string index type for server instance operations
172
- - Unify instance ID generation with content hash
173
-
174
- ### Proxy
175
-
176
- - Add proxy configuration support for SSE and Streamable HTTP transports
177
-
178
- ### Transport
179
-
180
- - Add LineBuffer for proper stderr line buffering
181
- - Use official SDK StdioClientTransport
182
- - Log non-JSON-RPC stdout and unify stderr log level
183
-
184
- ### Frontend
185
-
186
- - Add instance tab routing synchronization
187
- - Fix tools and resources not displaying in server detail
188
- - Add description field to ConfigTemplateForm
189
- - Improve instance status reactivity and management
190
- - Add bottom padding to prevent save button cutoff on scroll
191
- - Fix TypeScript type errors in component event handlers
192
- - Ensure log viewer area fills available container height
193
- - Optimize instance list display in English and hide redundant Running tag
194
- - Correct dark mode background color and refine instance UI
195
- - Improve type declarations and test type safety
196
- - Compute instance counts from server.instances directly
197
-
198
- ### UI Components
199
-
200
- - Add server instance management UI components
201
- - Add tag management UI with TagManager component
202
- - Add description field support in AddServerModal
203
- - Update resource detail and list views with hub tools integration
204
-
205
- ### i18n
206
-
207
- - Improve noToolsFound message to reflect tool aggregation
208
- - Correct missing translation key in InstanceConfig component
209
- - Fix headers label and add button text in server config
210
-
211
- ### Session
212
-
213
- - Remove cwd and project fields from session management
214
- - Remove session persistence mechanism and use SDK native stateless mode
215
- - Remove session persistence mechanism
216
-
217
- ### System Tools
218
-
219
- - Implement instance selection strategies
220
- - Add update_server_description system tool
221
- - Support both toolArgs and arguments for backward compatibility
222
- - Add MCP_HUB_LITE_SERVER handling to getTool
223
- - listServers only returns connected servers
224
- - Restructure core hub tools service architecture
225
- - Enhance system tools handling and API endpoints
226
- - Add non-strict mode to selectBestInstance
227
- - Optimize hub tools service and API
228
- - Simplify system tools API and improve type safety
229
-
230
- ### MCP Status
231
-
232
- - Prevent automatic enabled field updates on connect/disconnect
233
-
234
- ### Connection
235
-
236
- - Improve serverId handling and protocol version support
237
-
238
- ### Search
239
-
240
- - Remove complex search module, simplify to string matching
241
- - Simplify search logic using server-level caching
242
-
243
- ### Tests
244
-
245
- - Remove evaluation tests not compliant with MCP spec
246
-
247
- ### Core
248
-
249
- - Use composite key serverName-serverIndex instead of serverId
250
-
251
- ### Documentation
252
-
253
- - Update search functionality description
254
- - Update CLAUDE.md documentation for logging and composables
255
- - Update CLAUDE.md documentation for v1.1 config refactor
256
- - Update CLAUDE.md files to reflect session removal
257
- - Update CLAUDE.md files across project modules
258
- - Update CLAUDE.md files to reflect recent v1.1 config changes
259
- - Update CLAUDE.md files with format improvements and new content
260
-
261
- ### Use Guide
262
-
263
- - Compress use-guide from 13 to 7 sections
264
-
265
- ### Tools
266
-
267
- - Handle nested toolArgs in updateServerDescription
268
- - Simplify ServerStatusTags tests with mocks
269
- - Optimize updateServerInstance logging
270
-
271
- ### Lint
272
-
273
- - Add fallback for missing .eslintrc-auto-import.json
274
-
275
- ### Status
276
-
277
- - Show all configured servers including disabled ones in status
278
-
279
- ---
280
-
281
- ## [1.0.2] - 2026-03-15
282
-
283
- ### Session
284
-
285
- - Add capabilities support in session manager
286
- - Add capabilities field to session model
287
- - Simplify sessionId generation
288
-
289
- ### Gateway
290
-
291
- - Add initialized notification and capabilities handling
292
- - Clean up deprecated methods and update tool cache access
293
- - Enable initialized notification test
294
-
295
- ### Client
296
-
297
- - Add capabilities and project inference
298
-
299
- ### UI
300
-
301
- - Add capabilities display in SessionsView
302
- - Correct serverName prop in ServerDetail for ToolCallDialog
303
-
304
- ### System Tools
305
-
306
- - Simplify dynamic resources list to only server metadata
307
-
308
- ### Core
309
-
310
- - Update core modules for session and client migration
311
-
312
- ### Client Tracking
313
-
314
- - Remove deprecated client tracking and stores
315
-
316
- ### Session Migration
317
-
318
- - Migrate from mcp-session-manager to session-tracker service
319
-
320
- ### API
321
-
322
- - Make MCP communication debug logging conditional
323
-
324
- ---
325
-
326
- ## [1.0.1] - 2026-03-15
327
-
328
- ### UI
329
-
330
- - Fix environment variable value input display
331
-
332
- ### System Tools
333
-
334
- - Resolve system tool call validation errors
335
-
336
- ---
337
-
338
- ## [1.0.0] - 2026-03-15
339
-
340
- ### UI
341
-
342
- - Improve dashboard and server status tags
343
- - Improve settings page UI and dev mode handling
344
- - Add new logging configuration options to settings
345
- - Improve resources view with table layout
346
- - Improve tool call dialog and system tools display
347
- - Enhance server card and interaction
348
- - Enhance tool call dialog with i18n and response display
349
- - Add server status tags component with i18n support
350
- - Update App.vue with new layout structure
351
-
352
- ### CLI
353
-
354
- - Enhance status command with formatted output
355
- - Add comprehensive unit tests for CLI commands
356
- - Ensure CLI commands exit properly after execution
357
- - Fix server startup and log ANSI color issues
358
-
359
- ### Logging
360
-
361
- - Enhance log storage integration for stdio transports
362
- - Filter binary image data in MCP response logs
363
- - Enhance JSON pretty printing with newline processing
364
- - Improve MCP gateway logging
365
- - Unify dev mode detection and remove devLogFile config
366
- - Unify logging configuration system
367
- - Extract and unify MCP notification message handling
368
- - Use MCP_COMM_DEBUG env var to control communication logs
369
- - Change log file naming to timestamp-based format
370
- - Add missing subModule context to log statements
371
- - Split monolithic logger into modular structure
372
- - Enhance SSE stream management and response logging
373
- - Extract common log method to eliminate code duplication
374
- - Optimize logging verbosity
375
- - Optimize logger options extraction
376
- - Optimize getTools/getResources logging with cache hit indicators and resource cache improvement
377
- - Improve stderr log level detection logic
378
- - Use getMcpCommDebugSetting() in connection-manager
379
- - Use stringifyForLogging for gateway headers and improve rawHeaders readability
380
- - Enhance development server logging and hot reload
381
- - Organize file structure and enhance logging
382
- - Optimize logging for tools/list responses
383
- - Update documentation for config path and logging
384
-
385
- ### Config
386
-
387
- - Extend config schema with new logging options
388
- - Add configurable session timeout for MCP gateway
389
- - Simplify config-manager implementation
390
- - Use default config on validation failure
391
- - Prevent auto-creation of config file and add error logging
392
- - Add immediate save option to updateConfig method
393
- - Optimize backup system with caching and compilation phase handling
394
- - Optimize backup logic and implement lazy initialization
395
- - Skip backup creation for default config
396
- - Remove delayed save mechanism
397
- - Correct config path
398
-
399
- ### Session
400
-
401
- - Count expired sessions and use config flush interval
402
- - Skip expired sessions during restore
403
- - Enhance sessionId extraction with header support and improved fallback logic
404
- - Enhance session persistence and cleanup logic
405
- - Enhance session management with consistency checks and request header handling
406
- - Implement comprehensive session persistence and management
407
- - Implement session persistence and configuration management
408
- - Simplify session matching logic
409
- - Extract session manager into modular structure
410
-
411
- ### SSE
412
-
413
- - Add connection timeout config and reconnection detection
414
- - Remove SSE connection timestamp tracking
415
- - Improve type handling and SSE logging
416
-
417
- ### Type System
418
-
419
- - Add type safety for JsonSchema in frontend ToolsView
420
- - Comprehensive eslint no-explicit-any fixes and type safety improvements
421
- - Establish shared type system for frontend-backend integration
422
-
423
- ### System Tools
424
-
425
- - Introduce unified system tool handler and prefixed tool name support
426
- - Implement system tools framework with centralized constants
427
-
428
- ### Documentation
429
-
430
- - Enhance documentation and system configuration
431
- - Add server description field and resource detail improvements
432
- - Update project documentation and configuration
433
-
434
- ### Request Headers
435
-
436
- - Add rawHeaders manipulation for session header propagation
437
-
438
- ### Tools
439
-
440
- - Add serverName field to tool model and implement server-level caching
441
-
442
- ### Observability
443
-
444
- - Enhance OpenTelemetry integration and logging system
445
- - Add OpenTelemetry tracing support
446
- - Simplify tracing exporters to console and OTLP only
447
- - Remove OpenTelemetry and telemetry functionality
448
-
449
- ### Logger
450
-
451
- - Add subModule support to logger and update WebSocket logs
452
- - Add LOG_MODULES context and update hub-manager service tests
453
-
454
- ### Search
455
-
456
- - Implement simple search service for basic tool discovery
457
- - Enhance tool call dialog and tools view with search integration
458
- - Implement comprehensive search functionality across MCP servers
459
-
460
- ### WebSocket
461
-
462
- - Add server update event listeners
463
-
464
- ### Tool Views
465
-
466
- - Enhance tools view with serverName-based grouping
467
- - Enhance tool call dialog and tools view with search integration
468
-
469
- ### Batch Operations
470
-
471
- - Optimize batch import with single save and concurrent startup
472
-
473
- ### Services
474
-
475
- - Add hub manager and search core services
476
-
477
- ### API
478
-
479
- - Enhance MCP gateway and web API endpoints
480
-
481
- ### Client Tracking
482
-
483
- - Enhance client tracking and connection management
484
-
485
- ### Frontend Store
486
-
487
- - Add tool calls store and websocket utilities
488
-
489
- ### Client
490
-
491
- - Add client version display
492
- - Add manual save button to server list
493
- - Add client management functionality
494
-
495
- ### i18n
496
-
497
- - Add multi-language support and update UI components
498
- - Add internationalization support for server management actions
499
-
500
- ### Server Management
501
-
502
- - Enhance system configuration management and server management functionality
503
- - Enhance server management functionality, add timeout and auto-start configurations
504
- - Optimize server detail page status display and uptime calculation
505
-
506
- ### Tool Management
507
-
508
- - Implement comprehensive tool search and management system
509
-
510
- ### Tool Gateway
511
-
512
- - Implement Tools Gateway and refactor navigation
513
-
514
- ### MCP Server
515
-
516
- - Add server auto-start configuration and refactor MCP gateway transport
517
- - Add server version information display functionality
518
- - Implement MCP Server log page to display complete logs
519
- - Add server config timeout setting functionality
520
- - Refactor MCP connection management and transport layer, add resource model support
521
- - Fix auto-start not working and sidebar display issues
522
-
523
- ### Resources
524
-
525
- - Display tool and resource counts in tabs
526
- - Add MCP resources support with UI and API endpoints
527
-
528
- ### Transport
529
-
530
- - Add Streamable HTTP transport support for Microsoft Learn MCP Server
531
-
532
- ### Frontend Tools
533
-
534
- - Add remote server support and HTTP utilities
535
- - Save development progress with UI enhancements and new components
536
- - Complete frontend architecture refactoring and implement new UI components
537
- - Use shared types in frontend code
538
- - Enhance path alias system with module-specific aliases
539
- - Rename dashboard and header components to view suffix
540
- - Frontend code cleanup and improvements
541
- - Enhance type safety in gateway and hub tools services
542
-
543
- ### Implementation Milestones
544
-
545
- - Complete MCP Hub Lite implementation with multi-server support
546
- - Simplify architecture and enhance CLI status command
547
- - Enhance CLI, add i18n, update config & cleanup
548
- - Implement pid management and stop/restart commands
549
- - Implement cli commands (start, list, status, ui)
550
- - Implement fault tolerance and health checks
551
- - Implement mcp streaming gateway with stdio support
552
- - Implement mcp connection and tool search
553
- - Complete phase 3 server management implementation
554
- - Complete Phase 1 & 2 (infrastructure, models, config)
555
-
556
- ### Tests
557
-
558
- - Resolve config manager intermittent test failure
559
- - Prevent test pollution by implementing lazy initialization for ConfigManager
560
- - Resolve TypeScript type errors in unit tests
561
- - Fix runner.test.ts missing logger.setLevel method and system.logging mock config
562
- - Update all tests to include serverName field
563
- - Add comprehensive utility unit tests
564
- - Add comprehensive server runner unit tests
565
- - Add comprehensive frontend and backend test infrastructure
566
- - Fix lint:log command and ESLint configuration
567
- - Add evaluation test files
568
-
569
- ### Element Plus
570
-
571
- - Implement Element Plus auto-import
572
-
573
- ### Imports
574
-
575
- - Replace relative imports with path aliases
576
-
577
- ### Vitest
578
-
579
- - Add temp directory to test coverage paths
580
- - Exclude frontend unit tests from main tsconfig
581
-
582
- ### Images
583
-
584
- - Remove unused image
585
-
586
- ### Index
587
-
588
- - Update project index and fix documentation typos
589
- - Update project AI context documentation
590
-
591
- ### Debugging
592
-
593
- - Remove duplicate debug logs in gateway
594
- - Fix ESM imports and optimize CLI startup performance
595
- - Resolve config-logger circular dependency using config getter pattern
596
-
597
- ### Bug Fixes
598
-
599
- - Fix el-input-number width issue in SettingsView
600
- - Add missing uri field in ReadMcpResourceTool response
601
- - Correct serverName usage in tool call dialog
602
- - Correct variable declaration in applyFilters
603
- - Correct config path in SettingsView computed properties
604
- - Ensure allowedTools is initialized as empty array for new servers
605
- - Fix tool aggregation toggle logic in frontend
606
- - Fix log loading issues in Dashboard and ServerDetail
607
- - Fix two issues with server deletion functionality
608
- - Fix CLI commands hanging after execution
609
- - Add missing PidManager import in index.ts
610
- - Fix missing imports in app.ts
611
-
612
- ### Backend
613
-
614
- - Use shared types in backend code
615
-
616
- ### Architecture
617
-
618
- - Establish shared type system for frontend-backend integration
619
-
620
- ### Type Safety
621
-
622
- - Improve system tools type safety and naming
623
- - Optimize configuration and logging system
624
- - Enhance test coverage and SDK helpers
625
- - Improve configuration and telemetry
626
- - Optimize connection management logic
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ ## [1.2.7] - 2026-05-09
6
+
7
+ ### Gateway
8
+
9
+ - add OAuth browser authentication for Streamable HTTP servers
10
+ - complete SERVER*INSTANCE*\* event pipeline with granular local WebSocket updates
11
+
12
+ ### Security
13
+
14
+ - enforce allowedNetworks, connection limits, and timeout at runtime
15
+
16
+ ### Core
17
+
18
+ - auto-increment port when occupied in dev mode
19
+ - improve MCP server startup failure log visibility
20
+ - remove dead code and unused types
21
+
22
+ ---
23
+
24
+ ## [1.2.6] - 2026-04-29
25
+
26
+ ### Hub Tools
27
+
28
+ - use runtime connected status for instance selection
29
+ - clarify instance filtering comment
30
+ - fix listMcpResources returning incomplete server resources by using two-pass approach to check all instances connection status
31
+
32
+ ### Utils
33
+
34
+ - add null check to normalizeToolName
35
+
36
+ ---
37
+
38
+ ## [1.2.5] - 2026-04-28
39
+
40
+ ### Hub Tools
41
+
42
+ - enhance hub-tools system with improved tool handling
43
+ - add list_tags tool constants and update CLAUDE.md docs
44
+ - add comprehensive use guide documentation
45
+ - improve default server description text
46
+ - remove stale cache in listResources
47
+ - clarify instance filtering comment
48
+ - fix listMcpResources returning incomplete server resources by using two-pass approach to check all instances connection status
49
+ - align resource generation logic with /web/mcp/status API behavior
50
+
51
+ ### Utils
52
+
53
+ - add null check to normalizeToolName
54
+
55
+ ---
56
+
57
+ ## [1.2.4] - 2026-04-25
58
+
59
+ ### Frontend
60
+
61
+ - Shorten long server version display with tooltip for full version
62
+
63
+ ### Hub Tools
64
+
65
+ - Improve error message when attempting to update gateway server
66
+
67
+ ### Docs
68
+
69
+ - Add "解决痛点" section to Chinese README
70
+ - Add LinuxDo topic link to Chinese README
71
+
72
+ ---
73
+
74
+ ## [1.2.3] - 2026-04-20
75
+
76
+ ### CLI
77
+
78
+ - Add use-guide command for CLI usage reference
79
+ - Add install command for adding new MCP servers
80
+ - Remove redundant npm scripts
81
+
82
+ ### Gateway
83
+
84
+ - Wrap initialize handler debug logs with gatewayDebug condition
85
+
86
+ ### Docs
87
+
88
+ - Reorganize changelog by functional areas
89
+
90
+ ---
91
+
92
+ ## [1.2.2] - 2026-04-17
93
+
94
+ ### Gateway
95
+
96
+ - Add gatewayDebug logging control
97
+
98
+ ### Frontend
99
+
100
+ - Add time unit types and conversion utilities
101
+ - Add Startup configuration tab to Settings page
102
+
103
+ ### Config
104
+
105
+ - Correct servers sorting in config-loader
106
+
107
+ ### Startup
108
+
109
+ - Extract ensureServerInstances() to eliminate DRY violation
110
+ - Extract startup orchestration logic into dedicated module
111
+
112
+ ### Resources
113
+
114
+ - Ensure consistent { contents: [...] } format in resource read API
115
+
116
+ ### Logging
117
+
118
+ - Add STDERR log module for stdio transport
119
+
120
+ ### Connection
121
+
122
+ - Split connect() into SRP-compliant private methods
123
+
124
+ ### Other
125
+
126
+ - Update changelog for 2026-04-15 to 2026-04-17
127
+ - Add LinuxDo community acknowledgment
128
+
129
+ ---
130
+
131
+ ## [1.2.0] - 2026-04-14
132
+
133
+ ### Core
134
+
135
+ - Add normalizeToolName for cross-format tool name matching
136
+
137
+ ### CLI
138
+
139
+ - Add tool-use command for MCP server tool operations
140
+ - Fix CLI entry detection for Windows/npm symlink environments
141
+ - Fix command count and rename mcpToolUseCommand to toolUseCommand
142
+
143
+ ### Config
144
+
145
+ - Change config loading logs from info to debug level
146
+
147
+ ### System Tools
148
+
149
+ - Rename list_tools_in_server to list_tools
150
+
151
+ ### Documentation
152
+
153
+ - Complete CLAUDE.md documentation for all submodules
154
+ - Update changelog and README for v1.2 release
155
+
156
+ ### Utils
157
+
158
+ - Add unit tests for normalizeToolName function
159
+
160
+ ---
161
+
162
+ ## [1.1.1] - 2026-04-14
163
+
164
+ ### Gateway
165
+
166
+ - Implement per-request transport mode to fix connection errors
167
+
168
+ ### Frontend
169
+
170
+ - Prevent runtime error when tool is undefined in groupedTools
171
+
172
+ ---
173
+
174
+ ## [1.1.0] - 2026-04-13
175
+
176
+ ### Resources
177
+
178
+ - Implement MCP native resource forwarding
179
+
180
+ ### Gateway
181
+
182
+ - Restrict call_tool from invoking system tools
183
+ - Return 400 for missing Accept header
184
+ - Extract version and protocol version to shared utility
185
+ - Only include tools from servers with allowedTools configured
186
+
187
+ ### Security
188
+
189
+ - Mask sensitive values in config change logs
190
+
191
+ ### Config
192
+
193
+ - Sort env and headers keys on config save
194
+ - Implement v1.1 instance configuration system
195
+ - Enhance instance management with display name and route selection
196
+ - Add empty value cleaning when saving config
197
+ - Add index and displayName to ServerInstanceConfig with reassignment API
198
+ - Add v1.1 config schema with auto-migration support
199
+ - Move instance selection strategy to template
200
+ - Complete v1.1 multi-instance configuration refactoring
201
+ - Activate v1.1 config format with instance support
202
+ - Activate v1.1 config format, remove v1.0 compatibility code
203
+ - Ensure server instance indexes from config load and migration
204
+ - Support string index type for server instance operations
205
+ - Unify instance ID generation with content hash
206
+
207
+ ### Proxy
208
+
209
+ - Add proxy configuration support for SSE and Streamable HTTP transports
210
+
211
+ ### Transport
212
+
213
+ - Add LineBuffer for proper stderr line buffering
214
+ - Use official SDK StdioClientTransport
215
+ - Log non-JSON-RPC stdout and unify stderr log level
216
+
217
+ ### Frontend
218
+
219
+ - Add instance tab routing synchronization
220
+ - Fix tools and resources not displaying in server detail
221
+ - Add description field to ConfigTemplateForm
222
+ - Improve instance status reactivity and management
223
+ - Add bottom padding to prevent save button cutoff on scroll
224
+ - Fix TypeScript type errors in component event handlers
225
+ - Ensure log viewer area fills available container height
226
+ - Optimize instance list display in English and hide redundant Running tag
227
+ - Correct dark mode background color and refine instance UI
228
+ - Improve type declarations and test type safety
229
+ - Compute instance counts from server.instances directly
230
+
231
+ ### UI Components
232
+
233
+ - Add server instance management UI components
234
+ - Add tag management UI with TagManager component
235
+ - Add description field support in AddServerModal
236
+ - Update resource detail and list views with hub tools integration
237
+
238
+ ### i18n
239
+
240
+ - Improve noToolsFound message to reflect tool aggregation
241
+ - Correct missing translation key in InstanceConfig component
242
+ - Fix headers label and add button text in server config
243
+
244
+ ### Session
245
+
246
+ - Remove cwd and project fields from session management
247
+ - Remove session persistence mechanism and use SDK native stateless mode
248
+ - Remove session persistence mechanism
249
+
250
+ ### System Tools
251
+
252
+ - Implement instance selection strategies
253
+ - Add update_server_description system tool
254
+ - Support both toolArgs and arguments for backward compatibility
255
+ - Add MCP_HUB_LITE_SERVER handling to getTool
256
+ - listServers only returns connected servers
257
+ - Restructure core hub tools service architecture
258
+ - Enhance system tools handling and API endpoints
259
+ - Add non-strict mode to selectBestInstance
260
+ - Optimize hub tools service and API
261
+ - Simplify system tools API and improve type safety
262
+
263
+ ### MCP Status
264
+
265
+ - Prevent automatic enabled field updates on connect/disconnect
266
+
267
+ ### Connection
268
+
269
+ - Improve serverId handling and protocol version support
270
+
271
+ ### Search
272
+
273
+ - Remove complex search module, simplify to string matching
274
+ - Simplify search logic using server-level caching
275
+
276
+ ### Tests
277
+
278
+ - Remove evaluation tests not compliant with MCP spec
279
+
280
+ ### Core
281
+
282
+ - Use composite key serverName-serverIndex instead of serverId
283
+
284
+ ### Documentation
285
+
286
+ - Update search functionality description
287
+ - Update CLAUDE.md documentation for logging and composables
288
+ - Update CLAUDE.md documentation for v1.1 config refactor
289
+ - Update CLAUDE.md files to reflect session removal
290
+ - Update CLAUDE.md files across project modules
291
+ - Update CLAUDE.md files to reflect recent v1.1 config changes
292
+ - Update CLAUDE.md files with format improvements and new content
293
+
294
+ ### Use Guide
295
+
296
+ - Compress use-guide from 13 to 7 sections
297
+
298
+ ### Tools
299
+
300
+ - Handle nested toolArgs in updateServerDescription
301
+ - Simplify ServerStatusTags tests with mocks
302
+ - Optimize updateServerInstance logging
303
+
304
+ ### Lint
305
+
306
+ - Add fallback for missing .eslintrc-auto-import.json
307
+
308
+ ### Status
309
+
310
+ - Show all configured servers including disabled ones in status
311
+
312
+ ---
313
+
314
+ ## [1.0.2] - 2026-03-15
315
+
316
+ ### Session
317
+
318
+ - Add capabilities support in session manager
319
+ - Add capabilities field to session model
320
+ - Simplify sessionId generation
321
+
322
+ ### Gateway
323
+
324
+ - Add initialized notification and capabilities handling
325
+ - Clean up deprecated methods and update tool cache access
326
+ - Enable initialized notification test
327
+
328
+ ### Client
329
+
330
+ - Add capabilities and project inference
331
+
332
+ ### UI
333
+
334
+ - Add capabilities display in SessionsView
335
+ - Correct serverName prop in ServerDetail for ToolCallDialog
336
+
337
+ ### System Tools
338
+
339
+ - Simplify dynamic resources list to only server metadata
340
+
341
+ ### Core
342
+
343
+ - Update core modules for session and client migration
344
+
345
+ ### Client Tracking
346
+
347
+ - Remove deprecated client tracking and stores
348
+
349
+ ### Session Migration
350
+
351
+ - Migrate from mcp-session-manager to session-tracker service
352
+
353
+ ### API
354
+
355
+ - Make MCP communication debug logging conditional
356
+
357
+ ---
358
+
359
+ ## [1.0.1] - 2026-03-15
360
+
361
+ ### UI
362
+
363
+ - Fix environment variable value input display
364
+
365
+ ### System Tools
366
+
367
+ - Resolve system tool call validation errors
368
+
369
+ ---
370
+
371
+ ## [1.0.0] - 2026-03-15
372
+
373
+ ### UI
374
+
375
+ - Improve dashboard and server status tags
376
+ - Improve settings page UI and dev mode handling
377
+ - Add new logging configuration options to settings
378
+ - Improve resources view with table layout
379
+ - Improve tool call dialog and system tools display
380
+ - Enhance server card and interaction
381
+ - Enhance tool call dialog with i18n and response display
382
+ - Add server status tags component with i18n support
383
+ - Update App.vue with new layout structure
384
+
385
+ ### CLI
386
+
387
+ - Enhance status command with formatted output
388
+ - Add comprehensive unit tests for CLI commands
389
+ - Ensure CLI commands exit properly after execution
390
+ - Fix server startup and log ANSI color issues
391
+
392
+ ### Logging
393
+
394
+ - Enhance log storage integration for stdio transports
395
+ - Filter binary image data in MCP response logs
396
+ - Enhance JSON pretty printing with newline processing
397
+ - Improve MCP gateway logging
398
+ - Unify dev mode detection and remove devLogFile config
399
+ - Unify logging configuration system
400
+ - Extract and unify MCP notification message handling
401
+ - Use MCP_COMM_DEBUG env var to control communication logs
402
+ - Change log file naming to timestamp-based format
403
+ - Add missing subModule context to log statements
404
+ - Split monolithic logger into modular structure
405
+ - Enhance SSE stream management and response logging
406
+ - Extract common log method to eliminate code duplication
407
+ - Optimize logging verbosity
408
+ - Optimize logger options extraction
409
+ - Optimize getTools/getResources logging with cache hit indicators and resource cache improvement
410
+ - Improve stderr log level detection logic
411
+ - Use getMcpCommDebugSetting() in connection-manager
412
+ - Use stringifyForLogging for gateway headers and improve rawHeaders readability
413
+ - Enhance development server logging and hot reload
414
+ - Organize file structure and enhance logging
415
+ - Optimize logging for tools/list responses
416
+ - Update documentation for config path and logging
417
+
418
+ ### Config
419
+
420
+ - Extend config schema with new logging options
421
+ - Add configurable session timeout for MCP gateway
422
+ - Simplify config-manager implementation
423
+ - Use default config on validation failure
424
+ - Prevent auto-creation of config file and add error logging
425
+ - Add immediate save option to updateConfig method
426
+ - Optimize backup system with caching and compilation phase handling
427
+ - Optimize backup logic and implement lazy initialization
428
+ - Skip backup creation for default config
429
+ - Remove delayed save mechanism
430
+ - Correct config path
431
+
432
+ ### Session
433
+
434
+ - Count expired sessions and use config flush interval
435
+ - Skip expired sessions during restore
436
+ - Enhance sessionId extraction with header support and improved fallback logic
437
+ - Enhance session persistence and cleanup logic
438
+ - Enhance session management with consistency checks and request header handling
439
+ - Implement comprehensive session persistence and management
440
+ - Implement session persistence and configuration management
441
+ - Simplify session matching logic
442
+ - Extract session manager into modular structure
443
+
444
+ ### SSE
445
+
446
+ - Add connection timeout config and reconnection detection
447
+ - Remove SSE connection timestamp tracking
448
+ - Improve type handling and SSE logging
449
+
450
+ ### Type System
451
+
452
+ - Add type safety for JsonSchema in frontend ToolsView
453
+ - Comprehensive eslint no-explicit-any fixes and type safety improvements
454
+ - Establish shared type system for frontend-backend integration
455
+
456
+ ### System Tools
457
+
458
+ - Introduce unified system tool handler and prefixed tool name support
459
+ - Implement system tools framework with centralized constants
460
+
461
+ ### Documentation
462
+
463
+ - Enhance documentation and system configuration
464
+ - Add server description field and resource detail improvements
465
+ - Update project documentation and configuration
466
+
467
+ ### Request Headers
468
+
469
+ - Add rawHeaders manipulation for session header propagation
470
+
471
+ ### Tools
472
+
473
+ - Add serverName field to tool model and implement server-level caching
474
+
475
+ ### Observability
476
+
477
+ - Enhance OpenTelemetry integration and logging system
478
+ - Add OpenTelemetry tracing support
479
+ - Simplify tracing exporters to console and OTLP only
480
+ - Remove OpenTelemetry and telemetry functionality
481
+
482
+ ### Logger
483
+
484
+ - Add subModule support to logger and update WebSocket logs
485
+ - Add LOG_MODULES context and update hub-manager service tests
486
+
487
+ ### Search
488
+
489
+ - Implement simple search service for basic tool discovery
490
+ - Enhance tool call dialog and tools view with search integration
491
+ - Implement comprehensive search functionality across MCP servers
492
+
493
+ ### WebSocket
494
+
495
+ - Add server update event listeners
496
+
497
+ ### Tool Views
498
+
499
+ - Enhance tools view with serverName-based grouping
500
+ - Enhance tool call dialog and tools view with search integration
501
+
502
+ ### Batch Operations
503
+
504
+ - Optimize batch import with single save and concurrent startup
505
+
506
+ ### Services
507
+
508
+ - Add hub manager and search core services
509
+
510
+ ### API
511
+
512
+ - Enhance MCP gateway and web API endpoints
513
+
514
+ ### Client Tracking
515
+
516
+ - Enhance client tracking and connection management
517
+
518
+ ### Frontend Store
519
+
520
+ - Add tool calls store and websocket utilities
521
+
522
+ ### Client
523
+
524
+ - Add client version display
525
+ - Add manual save button to server list
526
+ - Add client management functionality
527
+
528
+ ### i18n
529
+
530
+ - Add multi-language support and update UI components
531
+ - Add internationalization support for server management actions
532
+
533
+ ### Server Management
534
+
535
+ - Enhance system configuration management and server management functionality
536
+ - Enhance server management functionality, add timeout and auto-start configurations
537
+ - Optimize server detail page status display and uptime calculation
538
+
539
+ ### Tool Management
540
+
541
+ - Implement comprehensive tool search and management system
542
+
543
+ ### Tool Gateway
544
+
545
+ - Implement Tools Gateway and refactor navigation
546
+
547
+ ### MCP Server
548
+
549
+ - Add server auto-start configuration and refactor MCP gateway transport
550
+ - Add server version information display functionality
551
+ - Implement MCP Server log page to display complete logs
552
+ - Add server config timeout setting functionality
553
+ - Refactor MCP connection management and transport layer, add resource model support
554
+ - Fix auto-start not working and sidebar display issues
555
+
556
+ ### Resources
557
+
558
+ - Display tool and resource counts in tabs
559
+ - Add MCP resources support with UI and API endpoints
560
+
561
+ ### Transport
562
+
563
+ - Add Streamable HTTP transport support for Microsoft Learn MCP Server
564
+
565
+ ### Frontend Tools
566
+
567
+ - Add remote server support and HTTP utilities
568
+ - Save development progress with UI enhancements and new components
569
+ - Complete frontend architecture refactoring and implement new UI components
570
+ - Use shared types in frontend code
571
+ - Enhance path alias system with module-specific aliases
572
+ - Rename dashboard and header components to view suffix
573
+ - Frontend code cleanup and improvements
574
+ - Enhance type safety in gateway and hub tools services
575
+
576
+ ### Implementation Milestones
577
+
578
+ - Complete MCP Hub Lite implementation with multi-server support
579
+ - Simplify architecture and enhance CLI status command
580
+ - Enhance CLI, add i18n, update config & cleanup
581
+ - Implement pid management and stop/restart commands
582
+ - Implement cli commands (start, list, status, ui)
583
+ - Implement fault tolerance and health checks
584
+ - Implement mcp streaming gateway with stdio support
585
+ - Implement mcp connection and tool search
586
+ - Complete phase 3 server management implementation
587
+ - Complete Phase 1 & 2 (infrastructure, models, config)
588
+
589
+ ### Tests
590
+
591
+ - Resolve config manager intermittent test failure
592
+ - Prevent test pollution by implementing lazy initialization for ConfigManager
593
+ - Resolve TypeScript type errors in unit tests
594
+ - Fix runner.test.ts missing logger.setLevel method and system.logging mock config
595
+ - Update all tests to include serverName field
596
+ - Add comprehensive utility unit tests
597
+ - Add comprehensive server runner unit tests
598
+ - Add comprehensive frontend and backend test infrastructure
599
+ - Fix lint:log command and ESLint configuration
600
+ - Add evaluation test files
601
+
602
+ ### Element Plus
603
+
604
+ - Implement Element Plus auto-import
605
+
606
+ ### Imports
607
+
608
+ - Replace relative imports with path aliases
609
+
610
+ ### Vitest
611
+
612
+ - Add temp directory to test coverage paths
613
+ - Exclude frontend unit tests from main tsconfig
614
+
615
+ ### Images
616
+
617
+ - Remove unused image
618
+
619
+ ### Index
620
+
621
+ - Update project index and fix documentation typos
622
+ - Update project AI context documentation
623
+
624
+ ### Debugging
625
+
626
+ - Remove duplicate debug logs in gateway
627
+ - Fix ESM imports and optimize CLI startup performance
628
+ - Resolve config-logger circular dependency using config getter pattern
629
+
630
+ ### Bug Fixes
631
+
632
+ - Fix el-input-number width issue in SettingsView
633
+ - Add missing uri field in ReadMcpResourceTool response
634
+ - Correct serverName usage in tool call dialog
635
+ - Correct variable declaration in applyFilters
636
+ - Correct config path in SettingsView computed properties
637
+ - Ensure allowedTools is initialized as empty array for new servers
638
+ - Fix tool aggregation toggle logic in frontend
639
+ - Fix log loading issues in Dashboard and ServerDetail
640
+ - Fix two issues with server deletion functionality
641
+ - Fix CLI commands hanging after execution
642
+ - Add missing PidManager import in index.ts
643
+ - Fix missing imports in app.ts
644
+
645
+ ### Backend
646
+
647
+ - Use shared types in backend code
648
+
649
+ ### Architecture
650
+
651
+ - Establish shared type system for frontend-backend integration
652
+
653
+ ### Type Safety
654
+
655
+ - Improve system tools type safety and naming
656
+ - Optimize configuration and logging system
657
+ - Enhance test coverage and SDK helpers
658
+ - Improve configuration and telemetry
659
+ - Optimize connection management logic