uxc 0.12.5

Universal X-Protocol CLI for URL-first schema discovery and invocation across OpenAPI, gRPC, GraphQL, MCP, and JSON-RPC
Documentation
1
2
3
4
5
6
7
8
9
10
11
{
  "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"
  }
}