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-cliRecommended first-time setup
Use one primary path for MCP and supported IDE integrations (no manual API key paste):
Sign in (device code; stores credentials under
~/.reconstruct/):reconstruct auth login
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.