@productbrain/mcp 0.0.1-beta.4 → 0.0.1-beta.6
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 +8 -13
- package/dist/chunk-YLVX2CON.js +1203 -0
- package/dist/chunk-YLVX2CON.js.map +1 -0
- package/dist/cli/index.js +1 -1
- package/dist/index.js +2120 -2081
- package/dist/index.js.map +1 -1
- package/dist/{setup-R6GG7752.js → setup-MJLPTQBL.js} +15 -5
- package/dist/setup-MJLPTQBL.js.map +1 -0
- package/dist/smart-capture-QGIC5N47.js +13 -0
- package/dist/smart-capture-QGIC5N47.js.map +1 -0
- package/package.json +1 -1
- package/dist/setup-R6GG7752.js.map +0 -1
package/.env.mcp.example
CHANGED
|
@@ -2,27 +2,22 @@
|
|
|
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
|
-
# ──
|
|
5
|
+
# ── Required ─────────────────────────────────────────────────────────
|
|
6
6
|
#
|
|
7
7
|
# PRODUCTBRAIN_API_KEY — Your API key from Settings → API Keys.
|
|
8
|
-
# Starts with pb_sk_.
|
|
9
|
-
#
|
|
10
|
-
# PRODUCTBRAIN_URL — Override the backend URL.
|
|
11
|
-
# Defaults to Product Brain Cloud. Set to http://localhost:3210
|
|
12
|
-
# for local development.
|
|
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=
|
|
16
12
|
|
|
17
|
-
# ──
|
|
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
|
-
#
|
|
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
|