@productbrain/mcp 0.0.1-beta.157 → 0.0.1-beta.158

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/dist/cli/index.js CHANGED
@@ -3,7 +3,7 @@
3
3
  // src/cli/index.ts
4
4
  var subcommand = process.argv[2];
5
5
  if (subcommand === "setup") {
6
- const { runSetup } = await import("../setup-CTBG5GQM.js");
6
+ const { runSetup } = await import("../setup-WAJMKE5Y.js");
7
7
  await runSetup();
8
8
  } else {
9
9
  await import("../index.js");
package/dist/http.js CHANGED
@@ -5,12 +5,12 @@ import {
5
5
  hashKey,
6
6
  initFeatureFlags,
7
7
  runWithAuth
8
- } from "./chunk-NRP3DF6E.js";
8
+ } from "./chunk-ZZHGJKLF.js";
9
9
  import {
10
10
  getPostHogClient,
11
11
  initAnalytics,
12
12
  shutdownAnalytics
13
- } from "./chunk-WYVQARYT.js";
13
+ } from "./chunk-KGGSEIZ3.js";
14
14
 
15
15
  // src/http.ts
16
16
  import { createHash, randomUUID } from "crypto";
package/dist/index.js CHANGED
@@ -9,13 +9,13 @@ import {
9
9
  orphanAgentSession,
10
10
  recoverSessionState,
11
11
  startAgentSession
12
- } from "./chunk-NRP3DF6E.js";
12
+ } from "./chunk-ZZHGJKLF.js";
13
13
  import {
14
14
  getPostHogClient,
15
15
  initAnalytics,
16
16
  shutdownAnalytics,
17
17
  trackSessionStarted
18
- } from "./chunk-WYVQARYT.js";
18
+ } from "./chunk-KGGSEIZ3.js";
19
19
 
20
20
  // src/index.ts
21
21
  import { readFileSync } from "fs";
@@ -7,7 +7,7 @@ import {
7
7
  trackSetupCompleted,
8
8
  trackSetupStarted,
9
9
  writeClientConfig
10
- } from "./chunk-WYVQARYT.js";
10
+ } from "./chunk-KGGSEIZ3.js";
11
11
 
12
12
  // src/cli/setup.ts
13
13
  import { execSync } from "child_process";
@@ -294,4 +294,4 @@ function printClaudeSnippet() {
294
294
  export {
295
295
  runSetup
296
296
  };
297
- //# sourceMappingURL=setup-CTBG5GQM.js.map
297
+ //# sourceMappingURL=setup-WAJMKE5Y.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@productbrain/mcp",
3
- "version": "0.0.1-beta.157",
3
+ "version": "0.0.1-beta.158",
4
4
  "description": "Product Brain — MCP server for AI-assisted product knowledge management",
5
5
  "type": "module",
6
6
  "engines": {