()
| 21 | } |
| 22 | |
| 23 | private async initializeExplorer() { |
| 24 | try { |
| 25 | this.logger.info('Initializing spec explorer'); |
| 26 | await this.specExplorer.initialize(); |
| 27 | this.logger.info('Spec explorer initialized successfully'); |
| 28 | } catch (error) { |
| 29 | this.logger.error('Failed to initialize spec explorer', { error }); |
| 30 | throw error; |
| 31 | } |
| 32 | } |
| 33 | |
| 34 | createServer() { |
| 35 | this.logger.info('Creating MCP server'); |
no test coverage detected