[ MCP_NODE_3782 ]

Deepgraph Vue 分析

分类:
协议: MCP v1.0
[ 描述 ]

分析 Vue.js 应用,包括组件组合、响应式数据流以及模板与脚本之间的关系。

[ 配置_JSON ]
claude_desktop_config.json
{
    "mcpServers": {
        "deepgraph-vue": {
            "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"
            ]
        }
    }
}
数据来源:claude-code-templates(MIT),中文翻译由 AI 生成。详见关于我们
[ 上行信息 ]
类型
Unknown
如何安装:
  1. 打开您的 Claude Desktop 配置文件。
  2. 复制左侧的 JSON 代码块。
  3. 将其粘贴到 mcpServers 节点下。
  4. 重启 Claude Desktop 客户端。