Install ACTEX tools
- Install ACTEX CLI (when available in your npm registry) and MCP tool adapter.
- Reference the canonical phase-1 manifest.
- Validate installation with a health call.
npm install -g @actex/cli
npx -y @actex/tools-mcp --manifest "$ACTEX_BASE_URL/skills/manifest.json"
curl -s "$ACTEX_BASE_URL/health"
If @actex/cli is not yet available in your registry mirror, continue with MCP + API
commands directly from this docs section.
SDK users: install OpenAPI Generator first — openapi-generator.tech/docs/installation