Back to directory
vuesage-mcp

vuesage-mcp

@lq09102

基于MCP的Vue组件智能分析与优化工具,提供代码质量检查、自动修复、性能优化等功能

vuecode-analysiscode-qualityauto-fixmcp-servertool

Installation & Configuration

{
  "mcpServers": {
    "vuesage": {
      "command": "vuesage-mcp",
      "enabled": true,
      "capabilities": {
        "tools": [
          {
            "name": "analyze",
            "description": "分析Vue组件代码质量",
            "parameters": {
              "type": "object",
              "properties": {
                "component": {
                  "type": "string",
                  "description": "Vue组件代码"
                }
              },
              "required": [
                "component"
              ]
            }
          }
        ],
        "version": "1.1.44"
      }
    }
  }
}

Information

Transport
stdio
Language
JavaScript
Created
2025/4/12
Updated
2025/4/21