@samitouri / QOS-React-1 / commits / f150c046ec

[mcp] Move to /tools (#33083)

Moves to a tools directory. --- [//]: # (BEGIN SAPLING FOOTER) Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/react/pull/33083). * #33085 * #33084 * __->__ #33083

lauren committed May 2, 2025 at 14:06 UTC f150c046ec8bd91d37a260614c53459a131ab92f
2 files changed +1 -1
compiler/packages/react-mcp-server/src/index.ts
+1 -1
@@ -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';
23 +import {measurePerformance} from './tools/runtimePerf';
24
25 const server = new McpServer({
26 name: 'React',
compiler/packages/react-mcp-server/src/tools/runtimePerf.ts renamed