mcp-server-legacy-to-latest

RajGITTY/mcp-server-legacy-to-latest
★ 0 stars JavaScript Code/Dev Tools Updated 1mo ago
converts the old legacy code to latest code as per the user's need.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-legacy-to": {
      "command": "npx",
      "args": [
        "-y",
        "RajGITTY/mcp-server-legacy-to-latest"
      ]
    }
  }
}