Package Exports
- @dotzero.ai/setup
- @dotzero.ai/setup/dist/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 (@dotzero.ai/setup) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@dotzero.ai/setup
Multi-agent setup for DotZero MCP servers. Auto-detects and configures all major AI agents.
Usage
npx @dotzero.ai/setupThis will:
- Auto-detect all supported AI agents on your machine
- Register
dotzero-authanddotzero-workorderMCP servers with each detected agent - Create
.dotzero/config.jsonwith default API URLs - Add
.dotzero/to.gitignore
Supported Agents
| Agent | Detection | Config Location |
|---|---|---|
| Claude Code | claude --version |
claude mcp add CLI |
| Codex CLI | codex --version |
.codex/config.toml |
| Gemini CLI | gemini --version |
.gemini/settings.json |
| Cursor | ~/.cursor/ exists |
.cursor/mcp.json |
| Windsurf | ~/.codeium/windsurf/ exists |
~/.codeium/windsurf/mcp_config.json |
| VS Code | code --version or .vscode/ exists |
.vscode/mcp.json |
CLI Flags
npx @dotzero.ai/setup # auto-detect and configure all agents
npx @dotzero.ai/setup --agent claude # configure only Claude Code
npx @dotzero.ai/setup --list # show agent detection status
npx @dotzero.ai/setup --help # show helpAfter Setup
- Restart your AI agent (or open a new session)
- Authenticate:
auth_login( email: "your@email.com", password: "your-password", tenant_id: "your-tenant-id" ) - Start using DotZero tools:
workorder_list,product_list, etc.
No Agent Detected
If no supported agent is detected, the setup prints a .mcp.json configuration you can add manually to your project.
What Gets Installed
| MCP Server | Package | Tools |
|---|---|---|
dotzero-auth |
@dotzero.ai/auth-mcp |
3 (login, refresh, status) |
dotzero-workorder |
@dotzero.ai/work-order-mcp |
95 (work orders, products, workers, operations, reports, etc.) |
License
MIT