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