0.0.70 • Published 4 months ago

mcp-server-vue-hook-optimizer v0.0.70

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

Vue Hook Optimizer MCP Server

Node.js server implementing Model Context Protocol (MCP) for analyzing and optimizing Vue component hooks.

Features

  • Generate Mermaid diagrams for analyze Vue component hooks and their relationships
  • Provide optimization suggestions
  • Support for .vue files

API

Tools

  • analyze
    • Analyze Vue component hooks and provide optimization suggestions
    • Input:
      • filepath (string): Path to .vue file
    • Returns:
      • Mermaid diagram showing hook relationships
      • List of optimization suggestions

Usage with Claude Desktop

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "vho": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-vue-hook-optimizer"
      ]
    }
  }
}

License

MIT

0.0.70

4 months ago

0.0.69

4 months ago

0.0.68

4 months ago

0.0.67

4 months ago