@productbrain/mcp 0.0.1-beta.1 → 0.0.1-beta.11

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/.env.mcp.example CHANGED
@@ -1,28 +1,23 @@
1
- # ProductBrain MCP — Environment Variables
1
+ # Product Brain MCP — Environment Variables
2
2
  # Copy this file to .env.mcp and fill in your values.
3
3
  # In Claude Desktop / Cursor, these are typically set via the MCP config's "env" block.
4
4
 
5
- # ── Cloud Mode (recommended) ──────────────────────────────────────────
5
+ # ── Required ─────────────────────────────────────────────────────────
6
6
  #
7
- # PRODUCTBRAIN_API_KEY — Your API key from SynergyOS Settings → API Keys.
8
- # Starts with pb_sk_. This is the only required variable.
9
- #
10
- # PRODUCTBRAIN_URL — Override the backend URL.
11
- # Defaults to ProductBrain Cloud. Set to http://localhost:3210
12
- # for local development.
7
+ # PRODUCTBRAIN_API_KEY — Your API key from Settings → API Keys.
8
+ # Starts with pb_sk_. Workspace, user, and scope
9
+ # are all derived server-side from this key.
13
10
 
14
11
  # PRODUCTBRAIN_API_KEY=pb_sk_your_key_here
15
- # PRODUCTBRAIN_URL=https://earnest-sheep-635.convex.site
16
12
 
17
- # ── Self-Hosted Mode ──────────────────────────────────────────────────
13
+ # ── Deployment URL (optional) ────────────────────────────────────────
14
+ #
15
+ # CONVEX_SITE_URL — Your Convex deployment SITE URL (*.convex.site, NOT *.convex.cloud).
16
+ # Defaults to Product Brain Cloud if not set.
18
17
  #
19
- # CONVEX_SITE_URL Your Convex deployment SITE URL (*.convex.site, NOT *.convex.cloud).
20
- # MCP_API_KEY — Shared secret matching the Convex dashboard env var.
21
- # WORKSPACE_SLUG — The workspace slug to operate on.
18
+ # PRODUCTBRAIN_URL Alias for CONVEX_SITE_URL (for backward compat).
22
19
 
23
20
  # CONVEX_SITE_URL=https://your-deployment.convex.site
24
- # MCP_API_KEY=your-secret-api-key
25
- # WORKSPACE_SLUG=your-workspace-slug
26
21
 
27
22
  # ── Debug (optional) ──────────────────────────────────────────────────
28
23
  # MCP_DEBUG=1