@productbrain/mcp 0.0.1-beta.43 → 0.0.1-beta.45

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/index.js CHANGED
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  SERVER_VERSION,
4
4
  createProductBrainServer
5
- } from "./chunk-AWDD44CN.js";
5
+ } from "./chunk-ADLZPAEI.js";
6
6
  import {
7
7
  bootstrap,
8
8
  getAgentSessionId,
@@ -11,13 +11,13 @@ import {
11
11
  orphanAgentSession,
12
12
  recoverSessionState,
13
13
  startAgentSession
14
- } from "./chunk-PQP27A3R.js";
14
+ } from "./chunk-CYECJTRI.js";
15
15
  import {
16
16
  getPostHogClient,
17
17
  initAnalytics,
18
18
  shutdownAnalytics,
19
19
  trackSessionStarted
20
- } from "./chunk-BIDMZOLE.js";
20
+ } from "./chunk-MRIO53BY.js";
21
21
 
22
22
  // src/index.ts
23
23
  import { readFileSync } from "fs";
@@ -7,7 +7,7 @@ import {
7
7
  trackSetupCompleted,
8
8
  trackSetupStarted,
9
9
  writeClientConfig
10
- } from "./chunk-BIDMZOLE.js";
10
+ } from "./chunk-MRIO53BY.js";
11
11
 
12
12
  // src/cli/setup.ts
13
13
  import { execSync } from "child_process";
@@ -292,4 +292,4 @@ function printClaudeSnippet() {
292
292
  export {
293
293
  runSetup
294
294
  };
295
- //# sourceMappingURL=setup-QT5KCX5Q.js.map
295
+ //# sourceMappingURL=setup-LSCFKMW7.js.map
@@ -14,8 +14,8 @@ import {
14
14
  isClassificationAmbiguous,
15
15
  registerSmartCaptureTools,
16
16
  runContradictionCheck
17
- } from "./chunk-PQP27A3R.js";
18
- import "./chunk-BIDMZOLE.js";
17
+ } from "./chunk-CYECJTRI.js";
18
+ import "./chunk-MRIO53BY.js";
19
19
  export {
20
20
  CLASSIFIER_AUTO_ROUTE_THRESHOLD,
21
21
  STARTER_COLLECTIONS,
@@ -33,4 +33,4 @@ export {
33
33
  registerSmartCaptureTools,
34
34
  runContradictionCheck
35
35
  };
36
- //# sourceMappingURL=smart-capture-W2IALMJ5.js.map
36
+ //# sourceMappingURL=smart-capture-XBOUPHFI.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@productbrain/mcp",
3
- "version": "0.0.1-beta.43",
3
+ "version": "0.0.1-beta.45",
4
4
  "description": "Product Brain — MCP server for AI-assisted product knowledge management",
5
5
  "type": "module",
6
6
  "engines": {