uxc 0.13.1

A unified CLI for discovering and invoking tools across OpenAPI, MCP, GraphQL, gRPC, and JSON-RPC
Documentation
{
  "name": "uxc-monorepo",
  "private": true,
  "workspaces": [
    "packages/*"
  ],
  "scripts": {
    "build:ts": "npm run --workspace @holon-run/uxc-daemon-client build",
    "test:ts": "npm run --workspace @holon-run/uxc-daemon-client test",
    "docs:dev": "mdorigin dev --root docs/site",
    "docs:search": "mdorigin build search --root docs/site",
    "docs:index": "mdorigin build index --root docs/site",
    "docs:build": "npm run docs:search && mdorigin build cloudflare --root docs/site --search dist/search",
    "docs:deploy": "npm run docs:index && npm run docs:build && npx wrangler@4 deploy --config wrangler.jsonc"
  },
  "devDependencies": {
    "indexbind": "^0.5.1",
    "mdorigin": "^0.4.0"
  }
}