@showpune/azure-migration-dotnet-mcp
v1.0.1
Published
MCP server for dotnet migrate to Azure
Readme
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)
How to package as npm
- npm install
- npm publish --access public
