1.0.1 • Published 15 days ago
@showpune/azure-migration-java-mcp v1.0.1
app-migration-java-mcp
- Run
npm install
- Run
npm run compile
- 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
}
- Start the MCP server (open settings.json and use codelens, or use the command pallete)