@blackwell-systems/gcf-proxy 0.2.0 → 0.4.0

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 (2) hide show
  1. package/README.md +5 -5
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  MCP proxy that re-encodes JSON tool responses as [GCF](https://gcformat.com/) — the most token-efficient wire format for LLMs. Drop-in, zero code changes. A TOON/JSON alternative that saves 63-79% of tokens.
4
4
 
5
- **79% fewer tokens than JSON. 34% fewer than TOON. 100% comprehension accuracy (13/13) where JSON scores 76.9% and TOON scores 92.3%.**
5
+ **79% fewer tokens than JSON. 34% fewer than TOON. 90.5% average comprehension accuracy across 10 models and 3 providers. 1,300+ LLM evaluations. Zero training.**
6
6
 
7
7
  Docs: [gcformat.com](https://gcformat.com/) · [Proxy Guide](https://gcformat.com/guide/proxy.html) · [Playground](https://gcformat.com/playground.html) · [GCF vs TOON](https://gcformat.com/guide/vs-toon.html)
8
8
 
@@ -37,7 +37,7 @@ LLM ←── GCF ←── gcf-proxy ←── JSON ←── Your Serv
37
37
  1. Spawns your MCP server as a subprocess
38
38
  2. Proxies stdin/stdout between client and server
39
39
  3. Detects JSON payloads in tool responses
40
- 4. Re-encodes as GCF (graph profile for code intelligence, tabular profile for everything else)
40
+ 4. Re-encodes as GCF (graph profile for code intelligence, generic profile for everything else)
41
41
  5. Non-convertible responses (text, HTML, errors) pass through unchanged
42
42
 
43
43
  ## Savings
@@ -72,9 +72,9 @@ For session deduplication (92.7% savings) and delta encoding (81.2% savings), us
72
72
 
73
73
  | Format | Accuracy | Tokens | vs JSON |
74
74
  |--------|----------|--------|---------|
75
- | **GCF** | **100%** (13/13) | **11,090** | **79% fewer** |
76
- | TOON | 92.3% (12/13) | 16,378 | 69% fewer |
77
- | JSON | 76.9% (10/13) | 53,341 | baseline |
75
+ | **GCF** | **90.5%** avg (10 models) | **11,090** | **79% fewer** |
76
+ | TOON | 68.5% avg | 16,378 | 69% fewer |
77
+ | JSON | 53.6% avg | 53,341 | baseline |
78
78
 
79
79
  GCF wins all 6 datasets on TOON's own benchmark. 42% smaller on semi-uniform data, 34% on mixed-structure.
80
80
 
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@blackwell-systems/gcf-proxy",
3
- "version": "0.2.0",
3
+ "version": "0.4.0",
4
4
  "description": "MCP proxy that re-encodes JSON tool responses as GCF. Zero code changes.",
5
5
  "bin": {
6
6
  "gcf-proxy": "bin/gcf-proxy"
7
7
  },
8
8
  "optionalDependencies": {
9
- "@blackwell-systems/gcf-proxy-darwin-arm64": "0.2.0",
10
- "@blackwell-systems/gcf-proxy-darwin-x64": "0.2.0",
11
- "@blackwell-systems/gcf-proxy-linux-arm64": "0.2.0",
12
- "@blackwell-systems/gcf-proxy-linux-x64": "0.2.0",
13
- "@blackwell-systems/gcf-proxy-win32-x64": "0.2.0",
14
- "@blackwell-systems/gcf-proxy-win32-arm64": "0.2.0"
9
+ "@blackwell-systems/gcf-proxy-darwin-arm64": "0.4.0",
10
+ "@blackwell-systems/gcf-proxy-darwin-x64": "0.4.0",
11
+ "@blackwell-systems/gcf-proxy-linux-arm64": "0.4.0",
12
+ "@blackwell-systems/gcf-proxy-linux-x64": "0.4.0",
13
+ "@blackwell-systems/gcf-proxy-win32-x64": "0.4.0",
14
+ "@blackwell-systems/gcf-proxy-win32-arm64": "0.4.0"
15
15
  },
16
16
  "keywords": [
17
17
  "gcf",