()
| 1176 | }) |
| 1177 | |
| 1178 | async function main() { |
| 1179 | installShutdownHooks() |
| 1180 | const transport = new StdioServerTransport() |
| 1181 | await server.connect(transport) |
| 1182 | } |
| 1183 | |
| 1184 | main().catch((error) => { |
| 1185 | import('fs').then(fs => { |
no test coverage detected