@eprabhu/mcp-migration-workshop
v1.1.1
Published
CLI to set up the MCP Migration Workshop exercise for Trimble India AI Summit 2026
Maintainers
Readme
MCP Migration Workshop
Trimble India AI Summit · April 2026
A hands-on exercise app for migrating Connect UI components to Trimble Modus Web Components using AI + MCP.
Setup
npx @eprabhu/mcp-migration-workshop my-workshop
cd my-workshop
npm startEnable the MCP
Do this before prompting AI — the MCP must be enabled first.
The CLI auto-detects your IDE and writes the MCP config to the correct location:
- Cursor:
.cursor/mcp.json - VS Code:
.vscode/mcp.json
Open the config file and enable modus-connect-ui-mcp.
Migrate a Component
- Open any component file, e.g.
src/components/Button.tsx - Prompt AI:
Migrate this component to Modus using the modus-connect-ui-mcp MCP- See the component update live in the browser
Components
| # | Component | Modus Target |
|---|-----------|-------------|
| 1 | Button | modus-wc-button |
| 2 | Input | modus-wc-text-input |
| 3 | Alert | modus-wc-alert |
| 4 | Switch | modus-wc-switch |
| 5 | Spinner | modus-wc-loader |
