@loop_ouroboros/mcp-hub-lite 1.2.1 → 1.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.
Files changed (96) hide show
  1. package/CHANGELOG.md +541 -366
  2. package/README.md +4 -0
  3. package/dist/client/assets/{HomeView-BBwvy1oj.js → HomeView-V1fKvWQ8.js} +1 -1
  4. package/dist/client/assets/{ResourceDetailView-CZ2aB73w.js → ResourceDetailView-DHGHssrh.js} +1 -1
  5. package/dist/client/assets/{ResourcesView-CN1NlhWs.js → ResourcesView-B1bvkmQD.js} +1 -1
  6. package/dist/client/assets/{ServerDashboard-k652Vw4Z.js → ServerDashboard-CZCByd7y.js} +1 -1
  7. package/dist/client/assets/{ServerDetail-BLQ-a4cO.js → ServerDetail-CI5UD8gj.js} +1 -1
  8. package/dist/client/assets/{ServerListView-BHrsFD5i.js → ServerListView-D8qv-xYg.js} +1 -1
  9. package/dist/client/assets/SettingsView-C-ae0-zz.js +1 -0
  10. package/dist/client/assets/{ToolCallDialog-BfPjLxfV.js → ToolCallDialog-BudOyGvS.js} +1 -1
  11. package/dist/client/assets/{ToolsView-CyuhYAE2.js → ToolsView-CbQkgTAu.js} +1 -1
  12. package/dist/client/assets/{_baseClone-DO5qfalW.js → _baseClone-e9R6V78L.js} +1 -1
  13. package/dist/client/assets/{el-form-item-CcGsD2K_.js → el-form-item-Dyx5MiWB.js} +1 -1
  14. package/dist/client/assets/{el-input-tYgeiaCT.js → el-input-CL9HPfdW.js} +1 -1
  15. package/dist/client/assets/{el-loading-Dwl9E_Vr.js → el-loading-2TW6JdfY.js} +1 -1
  16. package/dist/client/assets/{el-overlay-kqX_BABo.js → el-overlay-B5ZGCmXY.js} +1 -1
  17. package/dist/client/assets/{el-radio-group-D8aWBVOT.js → el-radio-group-Cr2ScjjJ.js} +1 -1
  18. package/dist/client/assets/{el-skeleton-item-BRwIFspE.js → el-skeleton-item-CdAfEgVR.js} +1 -1
  19. package/dist/client/assets/{el-switch-BF8c-xeU.js → el-switch-DnN1s0Wb.js} +1 -1
  20. package/dist/client/assets/{el-tab-pane-C4Ep94cd.js → el-tab-pane-BebZh0XF.js} +1 -1
  21. package/dist/client/assets/{el-table-column-Cog6uCh-.js → el-table-column-CV2zp3yI.js} +1 -1
  22. package/dist/client/assets/{index-ByNBhPAR.js → index-Ci5n5dA9.js} +1 -1
  23. package/dist/client/assets/index-DTZ9o3XO.js +2 -0
  24. package/dist/client/assets/{omit-CUnDT6sS.js → omit-DlmW8Yd6.js} +1 -1
  25. package/dist/client/assets/{raf-CmzeRPMd.js → raf-CeCd08aN.js} +1 -1
  26. package/dist/client/index.html +1 -1
  27. package/dist/server/shared/models/server.model.d.ts +22 -0
  28. package/dist/server/shared/models/server.model.d.ts.map +1 -1
  29. package/dist/server/shared/models/server.model.js +41 -5
  30. package/dist/server/src/api/mcp/gateway.d.ts.map +1 -1
  31. package/dist/server/src/api/mcp/gateway.js +13 -5
  32. package/dist/server/src/api/web/resources.d.ts.map +1 -1
  33. package/dist/server/src/api/web/resources.js +26 -2
  34. package/dist/server/src/cli/commands/install.d.ts +25 -0
  35. package/dist/server/src/cli/commands/install.d.ts.map +1 -0
  36. package/dist/server/src/cli/commands/install.js +274 -0
  37. package/dist/server/src/cli/commands/use-guide.d.ts +11 -0
  38. package/dist/server/src/cli/commands/use-guide.d.ts.map +1 -0
  39. package/dist/server/src/cli/commands/use-guide.js +175 -0
  40. package/dist/server/src/cli/index.d.ts.map +1 -1
  41. package/dist/server/src/cli/index.js +4 -0
  42. package/dist/server/src/cli/server.d.ts +71 -0
  43. package/dist/server/src/cli/server.d.ts.map +1 -1
  44. package/dist/server/src/cli/server.js +138 -0
  45. package/dist/server/src/cli/use-guide.md +156 -0
  46. package/dist/server/src/config/config-loader.js +1 -1
  47. package/dist/server/src/config/config-migrator.d.ts.map +1 -1
  48. package/dist/server/src/config/config-migrator.js +1 -0
  49. package/dist/server/src/index.js +2 -7
  50. package/dist/server/src/server/dev-server.js +9 -48
  51. package/dist/server/src/server/runner.d.ts +12 -24
  52. package/dist/server/src/server/runner.d.ts.map +1 -1
  53. package/dist/server/src/server/runner.js +29 -109
  54. package/dist/server/src/server/startup.d.ts +43 -0
  55. package/dist/server/src/server/startup.d.ts.map +1 -0
  56. package/dist/server/src/server/startup.js +89 -0
  57. package/dist/server/src/services/connection/connection-manager.d.ts +52 -0
  58. package/dist/server/src/services/connection/connection-manager.d.ts.map +1 -1
  59. package/dist/server/src/services/connection/connection-manager.js +283 -193
  60. package/dist/server/src/services/gateway/gateway.service.d.ts.map +1 -1
  61. package/dist/server/src/services/gateway/gateway.service.js +31 -10
  62. package/dist/server/src/services/gateway/global-transport.d.ts.map +1 -1
  63. package/dist/server/src/services/gateway/global-transport.js +11 -5
  64. package/dist/server/src/services/gateway/request-handlers/initialize-handler.d.ts.map +1 -1
  65. package/dist/server/src/services/gateway/request-handlers/initialize-handler.js +12 -5
  66. package/dist/server/src/services/hub-manager.service.d.ts +2 -0
  67. package/dist/server/src/services/hub-manager.service.d.ts.map +1 -1
  68. package/dist/server/src/services/hub-manager.service.js +3 -16
  69. package/dist/server/src/utils/json-utils.d.ts +7 -0
  70. package/dist/server/src/utils/json-utils.d.ts.map +1 -1
  71. package/dist/server/src/utils/json-utils.js +17 -0
  72. package/dist/server/src/utils/logger/log-modules.d.ts +3 -0
  73. package/dist/server/src/utils/logger/log-modules.d.ts.map +1 -1
  74. package/dist/server/src/utils/logger/log-modules.js +2 -0
  75. package/dist/server/src/utils/port-checker.d.ts +18 -0
  76. package/dist/server/src/utils/port-checker.d.ts.map +1 -1
  77. package/dist/server/src/utils/port-checker.js +38 -0
  78. package/dist/server/src/utils/transports/stdio-transport.d.ts +12 -0
  79. package/dist/server/src/utils/transports/stdio-transport.d.ts.map +1 -1
  80. package/dist/server/src/utils/transports/stdio-transport.js +51 -2
  81. package/dist/server/src/utils/transports/transport-factory.d.ts +5 -1
  82. package/dist/server/src/utils/transports/transport-factory.d.ts.map +1 -1
  83. package/dist/server/src/utils/transports/transport-factory.js +5 -2
  84. package/dist/server/tests/integration/gateway/fault-tolerance.test.js +13 -2
  85. package/dist/server/tests/integration/gateway/mcp-connection.test.js +13 -2
  86. package/dist/server/tests/unit/config/config-migrator.test.js +4 -2
  87. package/dist/server/tests/unit/config/config.schema.test.js +2 -1
  88. package/dist/server/tests/unit/server/runner.test.js +77 -92
  89. package/dist/server/tests/unit/services/hub-manager-service.test.js +3 -2
  90. package/dist/server/tests/unit/utils/config.test.js +14 -7
  91. package/dist/server/tests/unit/utils/json-utils.test.js +28 -14
  92. package/dist/server/vite.config.d.ts.map +1 -1
  93. package/dist/server/vite.config.js +1 -0
  94. package/package.json +1 -5
  95. package/dist/client/assets/SettingsView-CUOFNXrz.js +0 -1
  96. package/dist/client/assets/index-CTB6oe-9.js +0 -2
package/CHANGELOG.md CHANGED
@@ -1,415 +1,590 @@
1
1
  # Changelog
2
2
 
3
- ## 2026-04-14
3
+ All notable changes to this project will be documented in this file.
4
4
 
5
- - **Lint Fix**: Remove unnecessary escape character in CLI entry detection
6
- - **Docs**: Format README files for release
7
- - **Version**: Bump version to 1.2.1
8
- - **CLI Fix**: Fix CLI entry detection for Windows/npm symlink environments
9
- - **CLI Refactor**: Fix command count and rename mcpToolUseCommand to toolUseCommand
10
- - **Config Refactor**: Change config loading logs from info to debug level
11
- - **Core Feature**: Add normalizeToolName for cross-format tool name matching
12
- - **CLI Feature**: Add tool-use command for MCP server tool operations
13
- - **Gateway Feature**: Implement per-request transport mode to fix connection errors
5
+ ## [1.2.3] - 2026-04-20
14
6
 
15
- ## 2026-04-13
7
+ ### CLI
16
8
 
17
- - **Deps**: Add undici dependency for HTTP transport
18
- - **Frontend Fix**: Prevent runtime error when tool is undefined in groupedTools
19
- - **Version**: Bump version to 1.1.0
20
- - **Core Refactor**: Use composite key serverName-serverIndex instead of serverId
21
- - **Resource Feature**: Implement MCP native resource forwarding
22
- - **Docs**: Update search functionality description in CLAUDE.md
23
- - **Hub Tools Refactor**: Add non-strict mode to selectBestInstance
24
- - **Search Refactor**: Remove complex search module, simplify to string matching
25
- - **Test Refactor**: Remove evaluation tests not compliant with MCP spec
9
+ - Add use-guide command for CLI usage reference
10
+ - Add install command for adding new MCP servers
11
+ - Remove redundant npm scripts
26
12
 
27
- ## 2026-04-12
13
+ ### Gateway
28
14
 
29
- - **Config Refactor**: Move instance selection strategy to template
30
- - **Frontend Refactor**: Improve type declarations and test type safety
31
- - **Frontend Refactor**: Compute instance counts from server.instances directly
32
- - **Gateway Feature**: Restrict call_tool from invoking system tools
33
- - **Docs**: Compress use-guide from 13 to 7 sections
34
- - **Gateway Fix**: Return 400 for missing Accept header
15
+ - Wrap initialize handler debug logs with gatewayDebug condition
35
16
 
36
- ## 2026-04-10
17
+ ### Docs
37
18
 
38
- - **Transport Refactor**: Use official SDK StdioClientTransport
39
- - **Stdio Transport Refactor**: Log non-JSON-RPC stdout and unify stderr log level
40
- - **Frontend Fix**: Fix tools and resources not displaying in server detail
41
- - **Frontend Fix**: Add description field to ConfigTemplateForm
42
- - **Tools Fix**: Handle nested toolArgs in updateServerDescription
19
+ - Reorganize changelog by functional areas
43
20
 
44
- ## 2026-04-09
21
+ ---
45
22
 
46
- - **Security Feature**: Mask sensitive values in config change logs
47
- - **Frontend Fix**: Improve instance status reactivity and management
48
- - **i18n Fix**: Improve noToolsFound message to reflect tool aggregation
49
- - **Frontend Fix**: Add bottom padding to prevent save button cutoff on scroll
50
- - **Gateway Refactor**: Extract version and protocol version to shared utility
51
- - **Config Refactor**: Unify instance ID generation with content hash
23
+ ## [1.2.2] - 2026-04-17
52
24
 
53
- ## 2026-04-08
25
+ ### Gateway
54
26
 
55
- - **MCP Status Fix**: Prevent automatic enabled field updates on connect/disconnect
56
- - **Chore**: Update .gitignore to ignore .full-review directory
27
+ - Add gatewayDebug logging control
57
28
 
58
- ## 2026-04-07
29
+ ### Frontend
59
30
 
60
- - **Frontend Fix**: Fix TypeScript type errors in component event handlers
31
+ - Add time unit types and conversion utilities
32
+ - Add Startup configuration tab to Settings page
61
33
 
62
- ## 2026-04-04
34
+ ### Config
63
35
 
64
- - **Test Refactor**: Simplify ServerStatusTags tests with mocks
65
- - **Config Feature**: Sort env and headers keys on config save
66
- - **Proxy Feature**: Add proxy configuration support for SSE and Streamable HTTP transports
36
+ - Correct servers sorting in config-loader
67
37
 
68
- ## 2026-04-03
38
+ ### Startup
69
39
 
70
- - **Config Feature**: Sort env and headers keys on config save
71
- - **Config Refactor**: Optimize updateServerInstance logging
72
- - **Connection Refactor**: Improve serverId handling and protocol version support
40
+ - Extract ensureServerInstances() to eliminate DRY violation
41
+ - Extract startup orchestration logic into dedicated module
73
42
 
74
- ## 2026-04-02
43
+ ### Resources
75
44
 
76
- - **Docs**: Update CLAUDE.md documentation for logging and composables
77
- - **Logging Refactor**: Enhance transport logging with serverId context
78
- - **Transports Feature**: Add LineBuffer for proper stderr line buffering
79
- - **Logging Refactor**: Enhance logging module and configuration change tracking
80
- - **Docs**: Update CLAUDE.md documentation for v1.1 config refactor
45
+ - Ensure consistent { contents: [...] } format in resource read API
81
46
 
82
- ## 2026-04-01
47
+ ### Logging
83
48
 
84
- - **Config Refactor**: Complete v1.1 multi-instance configuration refactoring
85
- - **Docs**: Update CLAUDE.md files to reflect session removal
86
- - **Session Refactor**: Remove session persistence mechanism and use SDK native stateless mode
87
- - **Session Refactor**: Remove session persistence mechanism
49
+ - Add STDERR log module for stdio transport
88
50
 
89
- ## 2026-03-31
51
+ ### Connection
90
52
 
91
- - **UI Fix**: Ensure log viewer area fills available container height
92
- - **Frontend Feature**: Add instance tab routing synchronization
53
+ - Split connect() into SRP-compliant private methods
93
54
 
94
- ## 2026-03-29
55
+ ### Other
95
56
 
96
- - **i18n Fix**: Correct missing translation key in InstanceConfig component
57
+ - Update changelog for 2026-04-15 to 2026-04-17
58
+ - Add LinuxDo community acknowledgment
97
59
 
98
- ## 2026-03-28
60
+ ---
99
61
 
100
- - **Hub Tools Feature**: Implement instance selection strategies
62
+ ## [1.2.0] - 2026-04-14
101
63
 
102
- ## 2026-03-27
64
+ ### Core
103
65
 
104
- - **Docs**: Update CLAUDE.md files across project modules
105
- - **Session Feature**: Remove cwd and project fields from session management
106
- - **UI Fix**: Optimize instance list display in English and hide redundant Running tag
107
- - **Config Fix**: Ensure server instance indexes from config load and migration
66
+ - Add normalizeToolName for cross-format tool name matching
108
67
 
109
- ## 2026-03-26
68
+ ### CLI
110
69
 
111
- - **Config Feature**: Implement v1.1 instance configuration system
70
+ - Add tool-use command for MCP server tool operations
71
+ - Fix CLI entry detection for Windows/npm symlink environments
72
+ - Fix command count and rename mcpToolUseCommand to toolUseCommand
112
73
 
113
- ## 2026-03-25
74
+ ### Config
114
75
 
115
- - **Config Fix**: Support string index type for server instance operations
116
- - **Docs**: Update CLAUDE.md files to reflect recent v1.1 config changes
117
- - **Config Feature**: Enhance instance management with display name and route selection
76
+ - Change config loading logs from info to debug level
118
77
 
119
- ## 2026-03-24
78
+ ### System Tools
120
79
 
121
- - **Config Refactor**: Activate v1.1 config format with instance support
122
- - **Gateway Fix**: Only include tools from servers with allowedTools configured
123
- - **Hub Tools Fix**: Support both toolArgs and arguments for backward compatibility
80
+ - Rename list_tools_in_server to list_tools
124
81
 
125
- ## 2026-03-23
82
+ ### Documentation
126
83
 
127
- - **Config Refactor**: Activate v1.1 config format, remove v1.0 compatibility code
128
- - **Config Feature**: Add empty value cleaning when saving config
84
+ - Complete CLAUDE.md documentation for all submodules
85
+ - Update changelog and README for v1.2 release
129
86
 
130
- ## 2026-03-20
87
+ ### Utils
131
88
 
132
- - **UI Fix**: Correct dark mode background color and refine instance UI
133
- - **UI Feature**: Add server instance management UI components
134
- - **Config Feature**: Add index and displayName to ServerInstanceConfig with reassignment API
135
- - **UI Feature**: Add tag management UI with TagManager component
136
- - **Config Feature**: Add v1.1 config schema with auto-migration support
89
+ - Add unit tests for normalizeToolName function
137
90
 
138
- ## 2026-03-19
91
+ ---
139
92
 
140
- - **i18n Fix**: Fix headers label and add button text in server config
141
- - **UI Feature**: Add description field support in AddServerModal
93
+ ## [1.1.1] - 2026-04-14
142
94
 
143
- ## 2026-03-17
95
+ ### Gateway
144
96
 
145
- - **UI Enhancement**: Update resource detail and list views with hub tools integration
146
- - **System Tools Refactor**: Enhance system tools handling and API endpoints
147
- - **Hub Tools Refactor**: Restructure core hub tools service architecture
97
+ - Implement per-request transport mode to fix connection errors
148
98
 
149
- ## 2026-03-15
99
+ ### Frontend
150
100
 
151
- - **Lint Fix**: Add fallback for missing .eslintrc-auto-import.json
152
- - **UI Fix**: Correct serverName prop in ServerDetail for ToolCallDialog
153
- - **Hub Tools Refactor**: Simplify dynamic resources list to only server metadata
101
+ - Prevent runtime error when tool is undefined in groupedTools
154
102
 
155
- ## 2026-03-09
103
+ ---
156
104
 
157
- - **Core Refactor**: Update core modules for session and client migration
158
- - **Gateway Refactor**: Clean up deprecated methods and update tool cache access
159
- - **Client Refactor**: Remove deprecated client tracking and stores
160
- - **Session Refactor**: Migrate from mcp-session-manager to session-tracker service
161
- - **Test**: Enable initialized notification test
162
- - **Style**: Improve regex formatting for caller info
163
- - **Session Feature**: Add capabilities support in session manager
164
- - **Session Refactor**: Simplify sessionId generation
165
- - **Gateway Feature**: Add initialized notification and capabilities handling
166
- - **Client Tracker Feature**: Add capabilities and project inference
167
- - **Session Feature**: Add capabilities field to session model
168
- - **UI Feature**: Add capabilities display in SessionsView
169
- - **Logger Feature**: Add caller information and environment variable controls
170
- - **Logger Fix**: Ensure JSON pretty-printing for empty capabilities messages
171
- - **API Refactor**: Make MCP communication debug logging conditional
172
- - **Feature**: Add headers support and default to streamable-http
173
- - **UI Fix**: Fix environment variable value input display
174
-
175
- ## 2026-03-06
176
-
177
- - **System Tool Fix**: Fix system tool call validation errors when requestOptions.sessionId is null
178
- - **Frontend Fix**: Change system tool serverName from 'system' to 'mcp-hub-lite' for consistency
179
- - **Zod Schema Enhancement**: Enhance sessionId schema to accept null and transform to undefined
180
- - **ToolCallDialog Improvement**: Only include requestOptions when selectedInstanceId has value
181
- - **Version Bump**: Update package.json version to 1.0.1
182
-
183
- ## 2026-03-05
184
-
185
- - **Project Initialization**: Execute full project documentation architecture initialization and update
186
- - **Root CLAUDE.md Update**: Add 2026-03-05 changelog entry, verify module structure diagram and navigation link integrity
187
- - **Module Documentation Status Check**: Confirm CLAUDE.md document status for all 20 major modules
188
- - **Coverage Report Verification**: Verify project scan coverage and scan status
189
-
190
- ## 2026-03-04
191
-
192
- - **CLI Fix**: Ensure CLI commands exit properly after execution
193
- - **CLI/Logger Fix**: Fix server startup and log ANSI color issues
194
- - **CLI Enhancement**: Enhance status command with formatted output
195
- - **UI Enhancement**: Improve settings page UI and dev mode handling
196
- - **Logging Refactor**: Improve MCP gateway logging
197
- - **Logging Refactor**: Unify dev mode detection, remove devLogFile config
198
- - **Logging Enhancement**: Enhance stdio transport with log store integration
199
-
200
- ## 2026-03-03
201
-
202
- - **Test Update**: Update tests for new log config system
203
- - **Logging Fix**: Use getMcpCommDebugSetting() in connection-manager
204
- - **Logging Refactor**: Unify logging configuration system
205
- - **Config Enhancement**: Extend config schema with new log options
206
- - **UI Enhancement**: Add new logging config options in settings
207
- - **Logging Refactor**: Extract and unify MCP notification message handling
208
- - **Logging Fix**: Improve stderr log level detection logic
209
- - **Logging Refactor**: Use MCP_COMM_DEBUG environment variable for communication logs
210
- - **Gateway Refactor**: Remove SSE connection timestamp tracking
211
- - **Session Enhancement**: Count expired sessions and use configured flush interval
212
- - **Logging Enhancement**: Filter binary image data in MCP response logs
213
- - **UI Styling**: Remove trailing semicolon in SettingsView style
214
- - **Refactor**: Improve type handling and SSE logging
215
- - **Documentation**: Update project documentation
216
- - **UI Refactor**: Implement Element Plus auto-import
217
- - **UI Fix**: Fix el-input-number width issue in SettingsView
218
-
219
- ## 2026-03-02
220
-
221
- - **Session Enhancement**: Skip expired sessions during recovery
222
- - **Telemetry Removal**: Remove OpenTelemetry and telemetry features
223
- - **Styling**: Format codebase with prettier
224
- - **SSE Enhancement**: Add connection timeout config and reconnection detection
225
- - **Logging Enhancement**: Enhance JSON pretty-printing with newline handling
226
- - **Logging Styling**: Unify LOG_MODULES format as PascalCase
227
- - **Session Refactor**: Simplify session matching logic
228
-
229
- ## 2026-03-01
230
-
231
- - **Logging Refactor**: Change log file naming to timestamp-based format
232
- - **Refactor**: Add LOG_MODULES context and update hub-manager service tests
233
- - **Session Enhancement**: Enhance sessionId extraction with header support and improved fallback logic
234
- - **Session Refactor**: Extract session manager to modular structure
235
- - **Connection Refactor**: Extract connection manager to modular structure
236
-
237
- ## 2026-02-28
238
-
239
- - **Documentation**: Update CLAUDE.md with project initialization summary
240
- - **Logging Refactor**: Rename subModule to module, add LOG_MODULES constants
241
- - **Hub-Tools Refactor**: Extract hub-tools.service.ts to modular structure
242
- - **Gateway Refactor**: Extract gateway.service.ts to modular structure
243
- - **API/MCP Refactor**: Extract gateway module to separate files
244
- - **Config Refactor**: Split config-manager to modular structure
245
- - **Logging Refactor**: Add missing subModule context to log statements
246
- - **Logging Refactor**: Split monolithic logger to modular structure
247
- - **Gateway Fix**: Add missing uri field in ReadMcpResourceTool response
248
-
249
- ## 2026-02-27
250
-
251
- - **Gateway Refactor**: Enhance SSE stream management and response logging
252
- - **Refactor**: Remove duplicate debug logging in gateway
253
- - **Refactor**: Resolve config-logger circular dependency with config getter pattern
254
- - **Logging Fix**: Use stringifyForLogging for gateway header, improve rawHeaders readability
255
-
256
- ## 2026-02-26
257
-
258
- - **Refactor**: Fix ESM imports and optimize CLI startup performance
259
- - **Frontend Enhancement**: Add type safety for JsonSchema in frontend ToolsView
260
- - **Documentation**: Update docs for config path and logging
261
- - **Enhancement**: Enhance dev server startup logging
262
- - **Refactor**: Optimize logging verbosity
263
- - **Enhancement**: Add rawHeaders operation for session header propagation
264
- - **Enhancement**: Enhance session persistence and cleanup logic
265
- - **Enhancement**: Introduce unified system tools processor and prefix tool name support
266
- - **Enhancement**: Enhance session management with consistency check and request header handling
267
- - **Refactor**: Optimize logger options extraction
268
- - **Enhancement**: Improve tool call dialog and system tools display
269
-
270
- ## 2026-02-25
271
-
272
- - **Enhancement**: Enhance documentation and system configuration
273
- - **MCP Connection Manager Refactor**: Optimize getTools/getResources logging with cache hit indicator and resource cache improvements
274
- - **Refactor**: Extract common stderr handling logic to reduce code duplication
275
- - **Enhancement**: Add server description field and resource detail improvements
276
-
277
- ## 2026-02-15
278
-
279
- - **Session Persistence Feature**: Implement session state persistence to disk with dirty tracking and batch flushing
280
- - **Graceful Shutdown Handling**: Add graceful shutdown handler for session state flushing
281
- - **Session Management API**: Add session management API endpoints (list, get, delete)
282
- - **Session Recovery Logic**: Enhance session recovery logic with clientName matching
283
- - **Settings Page Enhancement**: Add time unit selector (seconds/minutes/hours/days)
284
- - **Logging System Improvements**: Support subModule context and tools/list response simplification
285
- - **Log Directory Optimization**: Move log directory to ~/.mcp-hub-lite/logs
286
- - **Full Check Command**: Add `npm run full:check` command for simplified complete project checking
287
- - **Unit Test Coverage**: Add comprehensive unit tests for session manager
288
-
289
- ## 2026-02-14
290
-
291
- - **Session Persistence Implementation**: Implement session persistence and configuration management
292
- - **CLI Unit Tests**: Add comprehensive unit tests for CLI commands
293
- - **Session Timeout Configuration**: Add configurable session timeout for MCP gateway
294
- - **Type Safety Improvements**: Comprehensive eslint no-explicit-any fixes and type safety enhancements
295
-
296
- ## 2026-02-13
297
-
298
- - **CLI Command Tests**: Add comprehensive unit tests for CLI commands
299
- - **Session Timeout Configuration**: Add configurable session timeout for MCP gateway
300
- - **Type Safety Fixes**: Comprehensive eslint no-explicit-any fixes and type safety improvements
301
-
302
- ## 2026-02-11
303
-
304
- - **Frontend i18n Support**: Update server status tags and tool call dialog components with i18n support
305
- - **ESLint Configuration Fix**: Fix lint:log command and ESLint configuration
306
- - **Frontend Resource View**: Improve resource view with table layout
307
- - **Type System Refactor**: Establish shared type system for frontend-backend integration
308
- - **WebSocket Types**: Establish client and WebSocket type system
309
- - **Config Manager Optimization**: Prevent test pollution with lazy initialization for ConfigManager
310
- - **System Tools Optimization**: Enhance system tools type safety and naming
311
- - **MCP Resource Support**: Add MCP resource support with UI and API endpoints
312
- - **Client Tracking Enhancement**: Enhance client tracking and connection management
313
- - **Tool Call Dialog**: Improve tool call dialog with i18n and response display
314
- - **Search Functionality Optimization**: Implement comprehensive search functionality across MCP servers
315
-
316
- ## 2026-02-10
317
-
318
- - **Fix config.test.ts Intermittent Test Failure**: Resolve "should save config to file" intermittent test failure
319
- - **Root Cause Analysis**: ConfigManager singleton pattern caused test state pollution and temporary file path conflicts
320
- - **Fix Solution**:
321
- - Modify getConfigManager() to create new instances in test environment for isolation
322
- - Generate unique temporary file paths for each test with timestamp and random suffix
323
- - Enhance file cleanup logic with retry mechanism to handle Windows file system permissions
324
- - **Validation Results**: 100 sequential tests, 50 parallel tests (2 concurrency), 200 parallel tests (5 concurrency) all passed
325
- - **Documentation**: Add A3 problem analysis report and detailed technical fix report
326
-
327
- ## 2026-01-31
328
-
329
- - **Frontend UI Enhancement**: Enhance server card and interaction
330
- - **Configuration Backup Optimization**: Optimize backup system with caching and compilation phase handling
331
- - **Tool Call Dialog**: Enhance tool call dialog with i18n and response display
332
- - **System Tools Simplification**: Simplify system tools API and improve type safety
333
- - **MCP Connection Optimization**: Optimize connection management logic
334
- - **Path Alias System**: Enhance path alias system with module-specific aliases
335
- - **Server Status Tags**: Add server status tags component with i18n support
336
- - **Search Functionality Optimization**: Implement comprehensive search functionality across MCP servers
337
-
338
- ## 2026-01-30
339
-
340
- - **Config Manager Optimization**: Optimize backup logic and implement lazy initialization
341
- - **Test Coverage Optimization**: Add temporary directory to test coverage paths
342
- - **Logging System Refactor**: Extract common log method to eliminate code duplication
343
- - **Test Fix**: Fix missing logger.setLevel method and system.logging property mock configuration in runner.test.ts
344
- - **PID Formatting Optimization**: Increase PID formatting width to 8 characters
345
- - **TypeScript Fix**: Resolve TypeScript type errors in unit tests
346
- - **Server Optimization**: Optimize batch import with single save and concurrent startup
347
- - **Configuration Optimization**: Skip backup creation for default configuration
348
-
349
- ## 2026-01-27
350
-
351
- - **Server Fix**: Fix auto-start not working and sidebar display issues
352
- - **Temporary File Cleanup**: Remove temporary files
353
- - **Frontend Layout Refactor**: Update App.vue with new layout structure
354
- - **Dependency Update**: Update package dependencies and Vite configuration
355
- - **Test Updates**: Update tests for new features and services
356
- - **Server Runtime Optimization**: Optimize server runtime and CLI commands
357
- - **Service Enhancement**: Add Hub Manager and Search Core services
358
- - **API Enhancement**: Enhance MCP gateway and web API endpoints
359
- - **Frontend Features**: Add tool calls store and WebSocket utilities
360
- - **Multi-language Support**: Add multi-language support and update UI components
361
-
362
- ## 2026-01-26
363
-
364
- - **WebSocket Functionality**: Implement real-time log streaming via WebSocket
365
- - **Client Management**: Add client management functionality
366
- - **Branch Merge**: Merge branch 'feat/client-management' into 003-DEV
367
-
368
- ## 2026-01-21
369
-
370
- - **Logging Optimization**: Optimize logging for tools/list responses
371
- - **Client Management**: Add client management functionality
372
-
373
- ## 2026-02-01
374
-
375
- - **Project Summary Update**: Execute "root-level concise + module-level detailed" hybrid strategy update
376
- - **File Statistics**: Identify complete project structure and modules
377
- - **Module Coverage**: All major modules have been identified and CLAUDE.md documents created/updated
378
- - **Coverage Rate**: 100% module coverage, complete file scanning finished
379
- - **Enhance Module Structure Diagram**: Update Mermaid structure diagram, ensure all module links are correct
380
- - **Update Module Index**: Include all submodules
381
-
382
- ### 2026-01-29
383
-
384
- - **Project Index Update**: Execute complete scan, update project documentation index
385
- - **File Statistics**: Identify 94 source code files (47 backend + 27 frontend + 20 tests)
386
- - **Module Coverage**: All 16 modules have been identified and CLAUDE.md documents created
387
- - **Coverage Rate**: 100% module coverage, 100% file scanning completed
388
- - **Enhance Module Structure Diagram**: Add missing module links (including CONTRACT module)
389
- - **Update Module Index**: Include all submodules
390
-
391
- ### 2026-01-28
392
-
393
- - Update summary
394
- - Improve module structure diagram, add missing module links (including CONTRACT module)
395
- - Create detailed CLAUDE.md documents for src/server and src/pid modules
396
- - Create detailed CLAUDE.md documents for frontend/router and frontend/i18n modules
397
- - Create detailed CLAUDE.md documents for tests/contract module
398
- - Update module index, include all submodules
399
- - **Add Frontend Test Coverage**: Add unit tests for Dashboard component, ToolCard component, and Server Store
400
- - **Update Test Configuration**: Configure Vue Test Utils and JSDOM environment for frontend component testing
401
- - **Update Project Documentation**: Reflect improvements in frontend test status
402
- - **Add Server Runtime Tests**: Add complete unit test coverage for src/server/runner.ts
403
- - **Update Test Documentation**: Add server module test documentation in tests/unit/CLAUDE.md
404
-
405
- ### 2026-01-20
406
-
407
- - Optimize HubTools call logic, replace serverName parameter with serverId in all methods, directly use server unique identifier for operations, avoiding the overhead of finding servers by name
408
- - Add HubToolsService documentation
409
- - Update project architecture documentation
410
-
411
- ### 2026-01-19
412
-
413
- - Initialize project AI context documentation
414
- - Generate module structure diagram and index
415
- - Integrate architecture specifications and development processes
105
+ ## [1.1.0] - 2026-04-13
106
+
107
+ ### Resources
108
+
109
+ - Implement MCP native resource forwarding
110
+
111
+ ### Gateway
112
+
113
+ - Restrict call_tool from invoking system tools
114
+ - Return 400 for missing Accept header
115
+ - Extract version and protocol version to shared utility
116
+ - Only include tools from servers with allowedTools configured
117
+
118
+ ### Security
119
+
120
+ - Mask sensitive values in config change logs
121
+
122
+ ### Config
123
+
124
+ - Sort env and headers keys on config save
125
+ - Implement v1.1 instance configuration system
126
+ - Enhance instance management with display name and route selection
127
+ - Add empty value cleaning when saving config
128
+ - Add index and displayName to ServerInstanceConfig with reassignment API
129
+ - Add v1.1 config schema with auto-migration support
130
+ - Move instance selection strategy to template
131
+ - Complete v1.1 multi-instance configuration refactoring
132
+ - Activate v1.1 config format with instance support
133
+ - Activate v1.1 config format, remove v1.0 compatibility code
134
+ - Ensure server instance indexes from config load and migration
135
+ - Support string index type for server instance operations
136
+ - Unify instance ID generation with content hash
137
+
138
+ ### Proxy
139
+
140
+ - Add proxy configuration support for SSE and Streamable HTTP transports
141
+
142
+ ### Transport
143
+
144
+ - Add LineBuffer for proper stderr line buffering
145
+ - Use official SDK StdioClientTransport
146
+ - Log non-JSON-RPC stdout and unify stderr log level
147
+
148
+ ### Frontend
149
+
150
+ - Add instance tab routing synchronization
151
+ - Fix tools and resources not displaying in server detail
152
+ - Add description field to ConfigTemplateForm
153
+ - Improve instance status reactivity and management
154
+ - Add bottom padding to prevent save button cutoff on scroll
155
+ - Fix TypeScript type errors in component event handlers
156
+ - Ensure log viewer area fills available container height
157
+ - Optimize instance list display in English and hide redundant Running tag
158
+ - Correct dark mode background color and refine instance UI
159
+ - Improve type declarations and test type safety
160
+ - Compute instance counts from server.instances directly
161
+
162
+ ### UI Components
163
+
164
+ - Add server instance management UI components
165
+ - Add tag management UI with TagManager component
166
+ - Add description field support in AddServerModal
167
+ - Update resource detail and list views with hub tools integration
168
+
169
+ ### i18n
170
+
171
+ - Improve noToolsFound message to reflect tool aggregation
172
+ - Correct missing translation key in InstanceConfig component
173
+ - Fix headers label and add button text in server config
174
+
175
+ ### Session
176
+
177
+ - Remove cwd and project fields from session management
178
+ - Remove session persistence mechanism and use SDK native stateless mode
179
+ - Remove session persistence mechanism
180
+
181
+ ### System Tools
182
+
183
+ - Implement instance selection strategies
184
+ - Add update_server_description system tool
185
+ - Support both toolArgs and arguments for backward compatibility
186
+ - Add MCP_HUB_LITE_SERVER handling to getTool
187
+ - listServers only returns connected servers
188
+ - Restructure core hub tools service architecture
189
+ - Enhance system tools handling and API endpoints
190
+ - Add non-strict mode to selectBestInstance
191
+ - Optimize hub tools service and API
192
+ - Simplify system tools API and improve type safety
193
+
194
+ ### MCP Status
195
+
196
+ - Prevent automatic enabled field updates on connect/disconnect
197
+
198
+ ### Connection
199
+
200
+ - Improve serverId handling and protocol version support
201
+
202
+ ### Search
203
+
204
+ - Remove complex search module, simplify to string matching
205
+ - Simplify search logic using server-level caching
206
+
207
+ ### Tests
208
+
209
+ - Remove evaluation tests not compliant with MCP spec
210
+
211
+ ### Core
212
+
213
+ - Use composite key serverName-serverIndex instead of serverId
214
+
215
+ ### Documentation
216
+
217
+ - Update search functionality description
218
+ - Update CLAUDE.md documentation for logging and composables
219
+ - Update CLAUDE.md documentation for v1.1 config refactor
220
+ - Update CLAUDE.md files to reflect session removal
221
+ - Update CLAUDE.md files across project modules
222
+ - Update CLAUDE.md files to reflect recent v1.1 config changes
223
+ - Update CLAUDE.md files with format improvements and new content
224
+
225
+ ### Use Guide
226
+
227
+ - Compress use-guide from 13 to 7 sections
228
+
229
+ ### Tools
230
+
231
+ - Handle nested toolArgs in updateServerDescription
232
+ - Simplify ServerStatusTags tests with mocks
233
+ - Optimize updateServerInstance logging
234
+
235
+ ### Lint
236
+
237
+ - Add fallback for missing .eslintrc-auto-import.json
238
+
239
+ ### Status
240
+
241
+ - Show all configured servers including disabled ones in status
242
+
243
+ ---
244
+
245
+ ## [1.0.2] - 2026-03-15
246
+
247
+ ### Session
248
+
249
+ - Add capabilities support in session manager
250
+ - Add capabilities field to session model
251
+ - Simplify sessionId generation
252
+
253
+ ### Gateway
254
+
255
+ - Add initialized notification and capabilities handling
256
+ - Clean up deprecated methods and update tool cache access
257
+ - Enable initialized notification test
258
+
259
+ ### Client
260
+
261
+ - Add capabilities and project inference
262
+
263
+ ### UI
264
+
265
+ - Add capabilities display in SessionsView
266
+ - Correct serverName prop in ServerDetail for ToolCallDialog
267
+
268
+ ### System Tools
269
+
270
+ - Simplify dynamic resources list to only server metadata
271
+
272
+ ### Core
273
+
274
+ - Update core modules for session and client migration
275
+
276
+ ### Client Tracking
277
+
278
+ - Remove deprecated client tracking and stores
279
+
280
+ ### Session Migration
281
+
282
+ - Migrate from mcp-session-manager to session-tracker service
283
+
284
+ ### API
285
+
286
+ - Make MCP communication debug logging conditional
287
+
288
+ ---
289
+
290
+ ## [1.0.1] - 2026-03-15
291
+
292
+ ### UI
293
+
294
+ - Fix environment variable value input display
295
+
296
+ ### System Tools
297
+
298
+ - Resolve system tool call validation errors
299
+
300
+ ---
301
+
302
+ ## [1.0.0] - 2026-03-15
303
+
304
+ ### UI
305
+
306
+ - Improve dashboard and server status tags
307
+ - Improve settings page UI and dev mode handling
308
+ - Add new logging configuration options to settings
309
+ - Improve resources view with table layout
310
+ - Improve tool call dialog and system tools display
311
+ - Enhance server card and interaction
312
+ - Enhance tool call dialog with i18n and response display
313
+ - Add server status tags component with i18n support
314
+ - Update App.vue with new layout structure
315
+
316
+ ### CLI
317
+
318
+ - Enhance status command with formatted output
319
+ - Add comprehensive unit tests for CLI commands
320
+ - Ensure CLI commands exit properly after execution
321
+ - Fix server startup and log ANSI color issues
322
+
323
+ ### Logging
324
+
325
+ - Enhance log storage integration for stdio transports
326
+ - Filter binary image data in MCP response logs
327
+ - Enhance JSON pretty printing with newline processing
328
+ - Improve MCP gateway logging
329
+ - Unify dev mode detection and remove devLogFile config
330
+ - Unify logging configuration system
331
+ - Extract and unify MCP notification message handling
332
+ - Use MCP_COMM_DEBUG env var to control communication logs
333
+ - Change log file naming to timestamp-based format
334
+ - Add missing subModule context to log statements
335
+ - Split monolithic logger into modular structure
336
+ - Enhance SSE stream management and response logging
337
+ - Extract common log method to eliminate code duplication
338
+ - Optimize logging verbosity
339
+ - Optimize logger options extraction
340
+ - Optimize getTools/getResources logging with cache hit indicators and resource cache improvement
341
+ - Improve stderr log level detection logic
342
+ - Use getMcpCommDebugSetting() in connection-manager
343
+ - Use stringifyForLogging for gateway headers and improve rawHeaders readability
344
+ - Enhance development server logging and hot reload
345
+ - Organize file structure and enhance logging
346
+ - Optimize logging for tools/list responses
347
+ - Update documentation for config path and logging
348
+
349
+ ### Config
350
+
351
+ - Extend config schema with new logging options
352
+ - Add configurable session timeout for MCP gateway
353
+ - Simplify config-manager implementation
354
+ - Use default config on validation failure
355
+ - Prevent auto-creation of config file and add error logging
356
+ - Add immediate save option to updateConfig method
357
+ - Optimize backup system with caching and compilation phase handling
358
+ - Optimize backup logic and implement lazy initialization
359
+ - Skip backup creation for default config
360
+ - Remove delayed save mechanism
361
+ - Correct config path
362
+
363
+ ### Session
364
+
365
+ - Count expired sessions and use config flush interval
366
+ - Skip expired sessions during restore
367
+ - Enhance sessionId extraction with header support and improved fallback logic
368
+ - Enhance session persistence and cleanup logic
369
+ - Enhance session management with consistency checks and request header handling
370
+ - Implement comprehensive session persistence and management
371
+ - Implement session persistence and configuration management
372
+ - Simplify session matching logic
373
+ - Extract session manager into modular structure
374
+
375
+ ### SSE
376
+
377
+ - Add connection timeout config and reconnection detection
378
+ - Remove SSE connection timestamp tracking
379
+ - Improve type handling and SSE logging
380
+
381
+ ### Type System
382
+
383
+ - Add type safety for JsonSchema in frontend ToolsView
384
+ - Comprehensive eslint no-explicit-any fixes and type safety improvements
385
+ - Establish shared type system for frontend-backend integration
386
+
387
+ ### System Tools
388
+
389
+ - Introduce unified system tool handler and prefixed tool name support
390
+ - Implement system tools framework with centralized constants
391
+
392
+ ### Documentation
393
+
394
+ - Enhance documentation and system configuration
395
+ - Add server description field and resource detail improvements
396
+ - Update project documentation and configuration
397
+
398
+ ### Request Headers
399
+
400
+ - Add rawHeaders manipulation for session header propagation
401
+
402
+ ### Tools
403
+
404
+ - Add serverName field to tool model and implement server-level caching
405
+
406
+ ### Observability
407
+
408
+ - Enhance OpenTelemetry integration and logging system
409
+ - Add OpenTelemetry tracing support
410
+ - Simplify tracing exporters to console and OTLP only
411
+ - Remove OpenTelemetry and telemetry functionality
412
+
413
+ ### Logger
414
+
415
+ - Add subModule support to logger and update WebSocket logs
416
+ - Add LOG_MODULES context and update hub-manager service tests
417
+
418
+ ### Search
419
+
420
+ - Implement simple search service for basic tool discovery
421
+ - Enhance tool call dialog and tools view with search integration
422
+ - Implement comprehensive search functionality across MCP servers
423
+
424
+ ### WebSocket
425
+
426
+ - Add server update event listeners
427
+
428
+ ### Tool Views
429
+
430
+ - Enhance tools view with serverName-based grouping
431
+ - Enhance tool call dialog and tools view with search integration
432
+
433
+ ### Batch Operations
434
+
435
+ - Optimize batch import with single save and concurrent startup
436
+
437
+ ### Services
438
+
439
+ - Add hub manager and search core services
440
+
441
+ ### API
442
+
443
+ - Enhance MCP gateway and web API endpoints
444
+
445
+ ### Client Tracking
446
+
447
+ - Enhance client tracking and connection management
448
+
449
+ ### Frontend Store
450
+
451
+ - Add tool calls store and websocket utilities
452
+
453
+ ### Client
454
+
455
+ - Add client version display
456
+ - Add manual save button to server list
457
+ - Add client management functionality
458
+
459
+ ### i18n
460
+
461
+ - Add multi-language support and update UI components
462
+ - Add internationalization support for server management actions
463
+
464
+ ### Server Management
465
+
466
+ - Enhance system configuration management and server management functionality
467
+ - Enhance server management functionality, add timeout and auto-start configurations
468
+ - Optimize server detail page status display and uptime calculation
469
+
470
+ ### Tool Management
471
+
472
+ - Implement comprehensive tool search and management system
473
+
474
+ ### Tool Gateway
475
+
476
+ - Implement Tools Gateway and refactor navigation
477
+
478
+ ### MCP Server
479
+
480
+ - Add server auto-start configuration and refactor MCP gateway transport
481
+ - Add server version information display functionality
482
+ - Implement MCP Server log page to display complete logs
483
+ - Add server config timeout setting functionality
484
+ - Refactor MCP connection management and transport layer, add resource model support
485
+ - Fix auto-start not working and sidebar display issues
486
+
487
+ ### Resources
488
+
489
+ - Display tool and resource counts in tabs
490
+ - Add MCP resources support with UI and API endpoints
491
+
492
+ ### Transport
493
+
494
+ - Add Streamable HTTP transport support for Microsoft Learn MCP Server
495
+
496
+ ### Frontend Tools
497
+
498
+ - Add remote server support and HTTP utilities
499
+ - Save development progress with UI enhancements and new components
500
+ - Complete frontend architecture refactoring and implement new UI components
501
+ - Use shared types in frontend code
502
+ - Enhance path alias system with module-specific aliases
503
+ - Rename dashboard and header components to view suffix
504
+ - Frontend code cleanup and improvements
505
+ - Enhance type safety in gateway and hub tools services
506
+
507
+ ### Implementation Milestones
508
+
509
+ - Complete MCP Hub Lite implementation with multi-server support
510
+ - Simplify architecture and enhance CLI status command
511
+ - Enhance CLI, add i18n, update config & cleanup
512
+ - Implement pid management and stop/restart commands
513
+ - Implement cli commands (start, list, status, ui)
514
+ - Implement fault tolerance and health checks
515
+ - Implement mcp streaming gateway with stdio support
516
+ - Implement mcp connection and tool search
517
+ - Complete phase 3 server management implementation
518
+ - Complete Phase 1 & 2 (infrastructure, models, config)
519
+
520
+ ### Tests
521
+
522
+ - Resolve config manager intermittent test failure
523
+ - Prevent test pollution by implementing lazy initialization for ConfigManager
524
+ - Resolve TypeScript type errors in unit tests
525
+ - Fix runner.test.ts missing logger.setLevel method and system.logging mock config
526
+ - Update all tests to include serverName field
527
+ - Add comprehensive utility unit tests
528
+ - Add comprehensive server runner unit tests
529
+ - Add comprehensive frontend and backend test infrastructure
530
+ - Fix lint:log command and ESLint configuration
531
+ - Add evaluation test files
532
+
533
+ ### Element Plus
534
+
535
+ - Implement Element Plus auto-import
536
+
537
+ ### Imports
538
+
539
+ - Replace relative imports with path aliases
540
+
541
+ ### Vitest
542
+
543
+ - Add temp directory to test coverage paths
544
+ - Exclude frontend unit tests from main tsconfig
545
+
546
+ ### Images
547
+
548
+ - Remove unused image
549
+
550
+ ### Index
551
+
552
+ - Update project index and fix documentation typos
553
+ - Update project AI context documentation
554
+
555
+ ### Debugging
556
+
557
+ - Remove duplicate debug logs in gateway
558
+ - Fix ESM imports and optimize CLI startup performance
559
+ - Resolve config-logger circular dependency using config getter pattern
560
+
561
+ ### Bug Fixes
562
+
563
+ - Fix el-input-number width issue in SettingsView
564
+ - Add missing uri field in ReadMcpResourceTool response
565
+ - Correct serverName usage in tool call dialog
566
+ - Correct variable declaration in applyFilters
567
+ - Correct config path in SettingsView computed properties
568
+ - Ensure allowedTools is initialized as empty array for new servers
569
+ - Fix tool aggregation toggle logic in frontend
570
+ - Fix log loading issues in Dashboard and ServerDetail
571
+ - Fix two issues with server deletion functionality
572
+ - Fix CLI commands hanging after execution
573
+ - Add missing PidManager import in index.ts
574
+ - Fix missing imports in app.ts
575
+
576
+ ### Backend
577
+
578
+ - Use shared types in backend code
579
+
580
+ ### Architecture
581
+
582
+ - Establish shared type system for frontend-backend integration
583
+
584
+ ### Type Safety
585
+
586
+ - Improve system tools type safety and naming
587
+ - Optimize configuration and logging system
588
+ - Enhance test coverage and SDK helpers
589
+ - Improve configuration and telemetry
590
+ - Optimize connection management logic