Skip to main content
Glama
458,314 tools. Updated 2026-08-16 06:47

"Preact" matching MCP tools:

  • Check React profiler session status after an interruption to decide whether to stop, restart, or reconnect the debugger.
    Apache 2.0
  • Analyze stored profiling data from a completed React Native profiling session and return a markdown report identifying hot commits, root causes, and top components.
    Apache 2.0
  • Start CPU profiling and React commit capture on a Hermes runtime. Handles session ownership to prevent conflicts; force reclaims stale sessions.
    Apache 2.0
  • Halts CPU profiling and gathers React commit data, storing it for later analysis and returning session metrics.
    Apache 2.0
  • Identify top JavaScript CPU hotspot functions by self-time from a stored Hermes CPU profile. Use for non-React CPU investigations like regex, crypto, or heavy computations after stopping the profiler.
    Apache 2.0
  • Find a React component's source via AST lookup, returning file path, line number, memoization status, and 50 lines of code to inspect before fixing performance issues.
    Apache 2.0

Matching MCP Servers