oioxo-mcp 0.5.13 → 0.5.15

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/LICENSE.md +35 -35
  2. package/bundle/cli.js +346 -339
  3. package/package.json +67 -67
package/package.json CHANGED
@@ -1,67 +1,67 @@
1
- {
2
- "name": "oioxo-mcp",
3
- "version": "0.5.13",
4
- "description": "OIOXO — cut your AI bill by up to ~90%: it feeds Claude Code, Copilot, Cursor and any MCP agent only the relevant slice of your codebase instead of whole files. Also a private terminal coding agent (`oioxo code`, on-device with --local or any key). Runs on your device; your own devices can build together over Wi-Fi.",
5
- "license": "SEE LICENSE IN LICENSE.md",
6
- "type": "module",
7
- "bin": {
8
- "oioxo": "bundle/cli.js",
9
- "oioxo-mcp": "bundle/cli.js"
10
- },
11
- "files": [
12
- "bundle",
13
- "README.md",
14
- "LICENSE.md"
15
- ],
16
- "engines": {
17
- "node": ">=18.17"
18
- },
19
- "repository": {
20
- "type": "git",
21
- "url": "git+https://github.com/aradsoftca/oioxo-mcp.git"
22
- },
23
- "scripts": {
24
- "prepublishOnly": "npm run test && npm run bundle",
25
- "clean": "node -e \"require('fs').rmSync('dist',{recursive:true,force:true})\"",
26
- "build": "npm run clean && tsc -p tsconfig.json",
27
- "bundle": "node scripts/bundle.mjs",
28
- "setup-engine": "node scripts/setup-engine.mjs",
29
- "test": "npm run build && node --test dist/test/core.test.js dist/test/e2e.test.js dist/test/coder.test.js dist/test/discovery.test.js dist/test/crew.test.js dist/test/browser.test.js dist/test/cascade.test.js dist/test/mentions.test.js dist/test/memory.test.js",
30
- "serve": "node dist/cli/index.js serve"
31
- },
32
- "keywords": [
33
- "mcp",
34
- "model-context-protocol",
35
- "context-engine",
36
- "claude-code",
37
- "copilot",
38
- "cursor",
39
- "oioxo",
40
- "token-saver",
41
- "code-agent",
42
- "on-device",
43
- "local-llm",
44
- "compute-mesh",
45
- "private-ai"
46
- ],
47
- "homepage": "https://oioxo.com",
48
- "dependencies": {
49
- "@modelcontextprotocol/sdk": "^1.12.0",
50
- "jsqr": "^1.4.0",
51
- "mammoth": "^1.12.0",
52
- "pdfjs-dist": "^4.10.38",
53
- "werift": "^0.23.0",
54
- "xlsx": "^0.18.5",
55
- "zod": "^3.23.8"
56
- },
57
- "devDependencies": {
58
- "@types/node": "^20.14.0",
59
- "esbuild": "^0.28.0",
60
- "typescript": "^5.5.0"
61
- },
62
- "optionalDependencies": {
63
- "bonjour-service": "^1.2.1",
64
- "node-llama-cpp": "^3.18.1",
65
- "playwright": "^1.48.0"
66
- }
67
- }
1
+ {
2
+ "name": "oioxo-mcp",
3
+ "version": "0.5.15",
4
+ "description": "OIOXO — cut your AI bill by up to ~90%: it feeds Claude Code, Copilot, Cursor and any MCP agent only the relevant slice of your codebase instead of whole files. Also a private terminal coding agent (`oioxo code`, on-device with --local or any key). Runs on your device; your own devices can build together over Wi-Fi.",
5
+ "license": "SEE LICENSE IN LICENSE.md",
6
+ "type": "module",
7
+ "bin": {
8
+ "oioxo": "bundle/cli.js",
9
+ "oioxo-mcp": "bundle/cli.js"
10
+ },
11
+ "files": [
12
+ "bundle",
13
+ "README.md",
14
+ "LICENSE.md"
15
+ ],
16
+ "engines": {
17
+ "node": ">=18.17"
18
+ },
19
+ "repository": {
20
+ "type": "git",
21
+ "url": "git+https://github.com/aradsoftca/oioxo-mcp.git"
22
+ },
23
+ "scripts": {
24
+ "prepublishOnly": "npm run test && npm run bundle",
25
+ "clean": "node -e \"require('fs').rmSync('dist',{recursive:true,force:true})\"",
26
+ "build": "npm run clean && tsc -p tsconfig.json",
27
+ "bundle": "npm run build && node scripts/bundle.mjs",
28
+ "setup-engine": "node scripts/setup-engine.mjs",
29
+ "test": "npm run build && node --test dist/test/core.test.js dist/test/e2e.test.js dist/test/coder.test.js dist/test/discovery.test.js dist/test/crew.test.js dist/test/browser.test.js dist/test/cascade.test.js dist/test/mentions.test.js dist/test/memory.test.js",
30
+ "serve": "node dist/cli/index.js serve"
31
+ },
32
+ "keywords": [
33
+ "mcp",
34
+ "model-context-protocol",
35
+ "context-engine",
36
+ "claude-code",
37
+ "copilot",
38
+ "cursor",
39
+ "oioxo",
40
+ "token-saver",
41
+ "code-agent",
42
+ "on-device",
43
+ "local-llm",
44
+ "compute-mesh",
45
+ "private-ai"
46
+ ],
47
+ "homepage": "https://oioxo.com",
48
+ "dependencies": {
49
+ "@modelcontextprotocol/sdk": "^1.12.0",
50
+ "jsqr": "^1.4.0",
51
+ "mammoth": "^1.12.0",
52
+ "pdfjs-dist": "^4.10.38",
53
+ "werift": "^0.23.0",
54
+ "xlsx": "^0.18.5",
55
+ "zod": "^3.23.8"
56
+ },
57
+ "devDependencies": {
58
+ "@types/node": "^20.14.0",
59
+ "esbuild": "^0.28.0",
60
+ "typescript": "^5.5.0"
61
+ },
62
+ "optionalDependencies": {
63
+ "bonjour-service": "^1.2.1",
64
+ "node-llama-cpp": "^3.18.1",
65
+ "playwright": "^1.48.0"
66
+ }
67
+ }