13 lines
319 B
JSON
13 lines
319 B
JSON
{
|
|
"mcpServers": {
|
|
"DeepGraph React MCP": {
|
|
"description": "Analyze React component hierarchies, state flows, and dependencies. Visualize your React application architecture.",
|
|
"command": "npx",
|
|
"args": [
|
|
"-y",
|
|
"mcp-code-graph@latest",
|
|
"facebook/react"
|
|
]
|
|
}
|
|
}
|
|
} |