oioxo-mcp 0.5.5 → 0.5.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +3 -3
  2. package/bundle/cli.js +145 -137
  3. package/package.json +1 -2
package/README.md CHANGED
@@ -13,8 +13,8 @@ OIOXO fixes that from one command-line tool. It does two things:
13
13
  ```bash
14
14
  npm install -g oioxo-mcp
15
15
 
16
- oioxo-mcp login # connect your OIOXO account (opens the browser)
17
- oioxo-mcp init # wire OIOXO into the agents in this project
16
+ oioxo login # connect your OIOXO account (opens the browser)
17
+ oioxo init # wire OIOXO into the agents in this project
18
18
  ```
19
19
 
20
20
  Restart your agent. From the next prompt on, it calls OIOXO before reading files.
@@ -57,7 +57,7 @@ earn **free coding time** for it. *(Feature name: Compute Mesh.)*
57
57
 
58
58
  ## How it works (for you)
59
59
 
60
- 1. **Point it at your project** — `oioxo-mcp init` wires your agents in one command.
60
+ 1. **Point it at your project** — `oioxo init` wires your agents in one command.
61
61
  2. **Ask your agent normally** — it calls OIOXO first, gets just the relevant slice, and answers.
62
62
  3. **Watch the savings add up** — `oioxo-mcp status` shows tokens saved; nothing about your code leaves your machine.
63
63