()
| 142 | } | null = null; |
| 143 | |
| 144 | function getHandlers() { |
| 145 | if (!serverInstance) { |
| 146 | serverInstance = createAllHandlers(); |
| 147 | } |
| 148 | return serverInstance; |
| 149 | } |
| 150 | |
| 151 | /** |
| 152 | * Create and configure the unified MCP Server |
no test coverage detected