@growth-loop/mcp-server 0.1.1 → 0.1.2

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 +3 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -48,8 +48,9 @@ From inside your project:
48
48
 
49
49
  ```bash
50
50
  claude mcp add growth-loop \
51
- -- npx -y @growth-loop/mcp-server \
52
- -e GROWTH_API_KEY=pk_live_…
51
+ -e GROWTH_API_KEY=pk_live_… \
52
+ -e GROWTH_HOST=https://api.growth-loop.dev \
53
+ -- npx -y @growth-loop/mcp-server
53
54
  ```
54
55
 
55
56
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@growth-loop/mcp-server",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "MCP server for growth-loop.dev — an AI growth engineer for vibe-coded SaaS. Exposes funnels, retention, peer benchmarks, and the growth engineer to Claude Desktop, Claude Code, and any MCP-compatible client.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://growth-loop.dev",