@inboxapi/cli 0.1.0 → 0.1.1

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 +6 -0
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -80,6 +80,12 @@ InboxAPI CLI works as an MCP STDIO transport. Point your MCP client at the `inbo
80
80
  claude mcp add inboxapi inboxapi
81
81
  ```
82
82
 
83
+ **Gemini CLI:**
84
+
85
+ ```bash
86
+ gemini mcp add inboxapi inboxapi
87
+ ```
88
+
83
89
  ## Development
84
90
 
85
91
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inboxapi/cli",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "STDIO Proxy for InboxAPI MCP service",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -27,10 +27,10 @@
27
27
  "test": "cargo test"
28
28
  },
29
29
  "optionalDependencies": {
30
- "@inboxapi/cli-darwin-arm64": "0.1.0",
31
- "@inboxapi/cli-darwin-x64": "0.1.0",
32
- "@inboxapi/cli-linux-x64": "0.1.0",
33
- "@inboxapi/cli-linux-arm64": "0.1.0",
34
- "@inboxapi/cli-win32-x64": "0.1.0"
30
+ "@inboxapi/cli-darwin-arm64": "0.1.1",
31
+ "@inboxapi/cli-darwin-x64": "0.1.1",
32
+ "@inboxapi/cli-linux-x64": "0.1.1",
33
+ "@inboxapi/cli-linux-arm64": "0.1.1",
34
+ "@inboxapi/cli-win32-x64": "0.1.1"
35
35
  }
36
36
  }