MCPcopy
hub / github.com/facebook/react / main

Function main

compiler/packages/react-mcp-server/src/index.ts:488–492  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

486}));
487
488async function main() {
489 const transport = new StdioServerTransport();
490 await server.connect(transport);
491 console.error('React Compiler MCP Server running on stdio');
492}
493
494main().catch(error => {
495 console.error('Fatal error in main():', error);

Callers 1

index.tsFile · 0.70

Calls 1

errorMethod · 0.65

Tested by

no test coverage detected