JSPM

@dotzero.ai/setup

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

Multi-agent setup for DotZero MCP servers (Claude Code, Codex, Gemini, Cursor, Windsurf, VS 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

Multi-agent setup for DotZero MCP servers. Auto-detects and configures all major AI agents.

Usage

npx @dotzero.ai/setup

This will:

  1. Auto-detect all supported AI agents on your machine
  2. Register dotzero-auth and dotzero-workorder MCP servers with each detected agent
  3. Create .dotzero/config.json with default API URLs
  4. 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 help

After Setup

  1. Restart your AI agent (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.

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