JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 35
  • Score
    100M100P100Q87072F
  • License MIT

Reconstruct CLI — auth, MCP install (Cursor, Claude Code, Copilot), and template commands for AI assistants

Package Exports

  • reconstruct-cli
  • reconstruct-cli/dist/cli/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (reconstruct-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Reconstruct CLI

Reconstruct CLI — sign in and install MCP-enabled assistant plugins.

Installation

npm install -g reconstruct-cli

Use one primary path for MCP and supported IDE integrations (no manual API key paste):

  1. Sign in (device code; stores credentials under ~/.reconstruct/):

    reconstruct auth login
  2. Install MCP + plugins for the assistants you use (creates an mcp_ key via your account; currently Cursor, Claude Code, and GitHub Copilot for VS Code in the installer):

    reconstruct install
    # or, e.g.:
    reconstruct install --assistant cursor,claude,copilot

Full detail: docs/cli-auth-install.md.


Authenticated install (reconstruct auth + reconstruct install)

After reconstruct auth login, reconstruct install registers the reconstruct MCP server and applies assistant-specific plugin wiring for Cursor, Claude Code, and GitHub Copilot for VS Code.

The old reconstruct init template installer is deprecated and hidden from help. Use reconstruct install for supported assistant setup.

Full detail: docs/cli-auth-install.md in this repo.