Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@eprabhu/mcp-migration-workshop

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eprabhu/mcp-migration-workshop

CLI to set up the MCP Migration Workshop exercise for Trimble India AI Summit 2026

latest
npmnpm
Version
1.1.1
Version published
Weekly downloads
13
-50%
Maintainers
1
Weekly downloads
 
Created
Source

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 start

Enable 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

#ComponentModus Target
1Buttonmodus-wc-button
2Inputmodus-wc-text-input
3Alertmodus-wc-alert
4Switchmodus-wc-switch
5Spinnermodus-wc-loader

Keywords

mcp

FAQs

Package last updated on 26 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts