Neural network background
Source: packages/fabric-mcp/src/tools.tsmcpgenerated

fabric_visualize

Open an interactive 3D code graph of the indexed codebase in your default browser. Spins up a local HTTP server on an ephemeral loopback port and serves a self-contained viz with Three.js + D3 bundled locally (no CDN, no cloud). Run fabric_index first. Filters by node type, highlights public API surface, shows tech-debt clusters, and lets you click any symbol for a structural detail panel. Pass {"refresh": true} to rebuild the graph in place; {"stop": true} to shut the viz server down.

Input schema

FieldTypeRequiredDescription
refreshbooleannoRebuild the graph from the current index without closing the browser tab. Hot-swaps the served JSON behind the same URL. (default: false)
stopbooleannoStop the viz HTTP server. Frees the port immediately instead of waiting for the 30-min idle timeout. (default: false)

Source

Source: packages/fabric-mcp/src/tools.ts