oioxo-mcp 0.5.2 → 0.5.4
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.
- package/README.md +46 -14
- package/bundle/cli.js +116 -112
- package/package.json +8 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oioxo-mcp",
|
|
3
|
-
"version": "0.5.
|
|
4
|
-
"description": "OIOXO
|
|
3
|
+
"version": "0.5.4",
|
|
4
|
+
"description": "OIOXO — a private terminal coding agent (`oioxo code`, on-device with --local or any key) plus the context engine that feeds Claude Code, Copilot, Cursor and any MCP agent the minimal relevant slice of your codebase. On-device, token-saving, and a lend-only Compute Mesh peer.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bin": {
|
|
@@ -36,7 +36,12 @@
|
|
|
36
36
|
"copilot",
|
|
37
37
|
"cursor",
|
|
38
38
|
"oioxo",
|
|
39
|
-
"token-saver"
|
|
39
|
+
"token-saver",
|
|
40
|
+
"code-agent",
|
|
41
|
+
"on-device",
|
|
42
|
+
"local-llm",
|
|
43
|
+
"compute-mesh",
|
|
44
|
+
"private-ai"
|
|
40
45
|
],
|
|
41
46
|
"homepage": "https://oioxo.com",
|
|
42
47
|
"dependencies": {
|