Skip to content

Commit f150c04

Browse files
authored
[mcp] Move to /tools (facebook#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). * facebook#33085 * facebook#33084 * __->__ facebook#33083
1 parent 12b094d commit f150c04

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

compiler/packages/react-mcp-server/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import * as cheerio from 'cheerio';
2020
import {queryAlgolia} from './utils/algolia';
2121
import assertExhaustive from './utils/assertExhaustive';
2222
import {convert} from 'html-to-text';
23-
import {measurePerformance} from './utils/runtimePerf';
23+
import {measurePerformance} from './tools/runtimePerf';
2424

2525
const server = new McpServer({
2626
name: 'React',

0 commit comments

Comments
 (0)