@gapi/gcli 1.8.198 → 1.8.200
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 +13 -0
- package/package.json +1 -1
- package/release/esbuild +0 -0
- package/release/index.js +806 -760
- package/sea-config.json +3 -1
package/README.md
CHANGED
|
@@ -282,6 +282,19 @@ To use this with Claude Desktop or other MCP-compatible tools, add the following
|
|
|
282
282
|
}
|
|
283
283
|
```
|
|
284
284
|
|
|
285
|
+
**For logged in users with selected current project**
|
|
286
|
+
|
|
287
|
+
```json
|
|
288
|
+
{
|
|
289
|
+
"mcpServers": {
|
|
290
|
+
"lambforge": {
|
|
291
|
+
"command": "gcli",
|
|
292
|
+
"args": ["mcp:start"]
|
|
293
|
+
}
|
|
294
|
+
}
|
|
295
|
+
}
|
|
296
|
+
```
|
|
297
|
+
|
|
285
298
|
## Build System & Local Development
|
|
286
299
|
|
|
287
300
|
`gcli` includes a high-performance bundler powered by **esbuild**.
|
package/package.json
CHANGED
package/release/esbuild
ADDED
|
Binary file
|