@productbrain/mcp 0.0.1-beta.18 → 0.0.1-beta.181
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 +4 -0
- package/dist/chunk-XPFSARXP.js +15705 -0
- package/dist/chunk-XPFSARXP.js.map +1 -0
- package/dist/chunk-YMF3IQ5E.js +465 -0
- package/dist/chunk-YMF3IQ5E.js.map +1 -0
- package/dist/cli/index.js +1 -1
- package/dist/http.js +474 -61
- package/dist/http.js.map +1 -1
- package/dist/index.js +58 -37
- package/dist/index.js.map +1 -1
- package/dist/{setup-GZ5OZ5OP.js → setup-RYYXRDPB.js} +38 -106
- package/dist/setup-RYYXRDPB.js.map +1 -0
- package/dist/views/src/entry-cards/index.html +227 -0
- package/dist/views/src/graph-constellation/index.html +254 -0
- package/package.json +7 -3
- package/dist/chunk-47LO6K2R.js +0 -1423
- package/dist/chunk-47LO6K2R.js.map +0 -1
- package/dist/chunk-TUNNDDD7.js +0 -4558
- package/dist/chunk-TUNNDDD7.js.map +0 -1
- package/dist/chunk-XBMI6QHR.js +0 -100
- package/dist/chunk-XBMI6QHR.js.map +0 -1
- package/dist/setup-GZ5OZ5OP.js.map +0 -1
- package/dist/smart-capture-4DNBNMRG.js +0 -14
- package/dist/smart-capture-4DNBNMRG.js.map +0 -1
package/.env.mcp.example
CHANGED
|
@@ -19,5 +19,9 @@
|
|
|
19
19
|
|
|
20
20
|
# CONVEX_SITE_URL=https://your-deployment.convex.site
|
|
21
21
|
|
|
22
|
+
# PB_CONNECT_GATEWAY_URL — (CLI only) Override gateway for `pb connect` token redemption.
|
|
23
|
+
# Takes precedence over CONVEX_SITE_URL and the production default.
|
|
24
|
+
# PB_CONNECT_GATEWAY_URL=https://your-custom-gateway.example.com
|
|
25
|
+
|
|
22
26
|
# ── Debug (optional) ──────────────────────────────────────────────────
|
|
23
27
|
# MCP_DEBUG=1
|