MCPcopy Index your code
hub / github.com/codeceptjs/CodeceptJS / main

Function main

bin/mcp-server.js:1178–1182  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

mcp-server.jsFile · 0.85

Calls 1

installShutdownHooksFunction · 0.85

Tested by

no test coverage detected