MCPcopy Index your code
hub / github.com/ReAPI-com/mcp-openapi / initializeExplorer

Method initializeExplorer

src/McpService.ts:23–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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');

Callers 1

constructorMethod · 0.95

Calls 3

infoMethod · 0.65
initializeMethod · 0.65
errorMethod · 0.65

Tested by

no test coverage detected