@khanglvm/tool-hub-mcp 1.0.2 → 1.1.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.
- package/README.md +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @khanglvm/tool-hub-mcp
|
|
2
2
|
|
|
3
|
-
**Serverless MCP Aggregator** - Reduce AI context token consumption by
|
|
3
|
+
**Serverless MCP Aggregator** - Reduce AI context token consumption by 38%
|
|
4
4
|
|
|
5
5
|
## Quick Start
|
|
6
6
|
|
|
@@ -32,7 +32,7 @@ When using multiple MCP servers with AI clients (Claude Code, OpenCode, etc.), e
|
|
|
32
32
|
| `hub_execute` | Execute a tool from a server |
|
|
33
33
|
| `hub_help` | Get detailed help for a tool |
|
|
34
34
|
|
|
35
|
-
**Result:**
|
|
35
|
+
**Result:** 18,613 tokens saved = **38.48% reduction** (measured with 6 MCP servers in Claude Code)
|
|
36
36
|
|
|
37
37
|
## Commands
|
|
38
38
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@khanglvm/tool-hub-mcp",
|
|
3
|
-
"version": "1.0
|
|
4
|
-
"description": "Serverless MCP Aggregator - Reduce AI context token consumption by
|
|
3
|
+
"version": "1.1.0",
|
|
4
|
+
"description": "Serverless MCP Aggregator - Reduce AI context token consumption by 38%",
|
|
5
5
|
"bin": {
|
|
6
6
|
"tool-hub-mcp": "./cli.js"
|
|
7
7
|
},
|