JSPM

@dotzero.ai/setup

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

One-command setup for DotZero MCP servers in Claude Code

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/setup

This will:

  1. Register dotzero-auth and dotzero-workorder MCP servers with Claude Code
  2. Create .dotzero/config.json with default API URLs
  3. Add .dotzero/ to .gitignore

After Setup

  1. Restart Claude Code (or open a new session)
  2. Authenticate:
    auth_login(
      email: "your@email.com",
      password: "your-password",
      tenant_id: "your-tenant-id"
    )
  3. 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