13 lines
314 B
JSON
13 lines
314 B
JSON
{
|
|
"mcpServers": {
|
|
"DeepGraph Vue MCP": {
|
|
"description": "Analyze Vue.js applications including component composition, reactive data flow, and template-script relationships.",
|
|
"command": "npx",
|
|
"args": [
|
|
"-y",
|
|
"mcp-code-graph@latest",
|
|
"vuejs/core"
|
|
]
|
|
}
|
|
}
|
|
} |