* Get current MCP service state
()
| 128 | * Get current MCP service state |
| 129 | */ |
| 130 | getState(): MCPServiceState { |
| 131 | return { ...this.currentState }; |
| 132 | } |
| 133 | |
| 134 | /** |
| 135 | * Get overall status for UI indicator |
no outgoing calls
no test coverage detected