@gapi/gcli 1.8.198 → 1.8.199

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 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gapi/gcli",
3
- "version": "1.8.198",
3
+ "version": "1.8.199",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/Stradivario/gapi.git"
Binary file