We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12b094d commit f150c04Copy full SHA for f150c04
compiler/packages/react-mcp-server/src/index.ts
@@ -20,7 +20,7 @@ import * as cheerio from 'cheerio';
20
import {queryAlgolia} from './utils/algolia';
21
import assertExhaustive from './utils/assertExhaustive';
22
import {convert} from 'html-to-text';
23
-import {measurePerformance} from './utils/runtimePerf';
+import {measurePerformance} from './tools/runtimePerf';
24
25
const server = new McpServer({
26
name: 'React',
compiler/packages/react-mcp-server/src/utils/runtimePerf.ts renamed to compiler/packages/react-mcp-server/src/tools/runtimePerf.ts
0 commit comments