Skip to content

VITE_REACT_TOOLS

const VITE_REACT_TOOLS: object

Defined in: mcp.ts:802

Vite React tool names for reference

readonly GET_COMPONENT_STATES: "get-component-states" = 'get-component-states'

Get component props, states, contexts

readonly GET_COMPONENT_TREE: "get-component-tree" = 'get-component-tree'

Get component tree

readonly GET_UNNECESSARY_RERENDERS: "get-unnecessary-rerenders" = 'get-unnecessary-rerenders'

Get unnecessary re-renders

readonly HIGHLIGHT_COMPONENT: "highlight-component" = 'highlight-component'

Highlight a React component