Skip to content

Commit a4beb59

Browse files
committed
[mcp] Move to /tools
Moves to a tools directory.
1 parent 21517d5 commit a4beb59

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)