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
One-command setup for DotZero MCP servers in Claude Code.
Usage
npx @dotzero.ai/setupThis will:
- Register
dotzero-authanddotzero-workorderMCP servers with Claude Code - Create
.dotzero/config.jsonwith default API URLs - Add
.dotzero/to.gitignore
After Setup
- Restart Claude Code (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.
Without Claude CLI
If the claude CLI is not installed, the setup will print 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 |
16 (work orders, products, workers, operations, reports) |
License
MIT