1.0.1 • Published 15 days ago

@showpune/azure-migration-java-mcp v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
15 days ago

app-migration-java-mcp

  1. Run npm install
  2. Run npm run compile
  3. Configure (another instance of) VS Code with:
{
    "workbench.startupEditor": "none",
    "mcp": {
        "servers": {
            "app-migration-java": {
                "type": "stdio",
                "command": "node",
                "args": ["<repo path>/build/index.js"]
            }
        }
    },
    "git.enableSmartCommit": true
}
  1. Start the MCP server (open settings.json and use codelens, or use the command pallete)