@productbrain/mcp 0.0.1-beta.71 → 0.0.1-beta.73

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/http.js CHANGED
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  SERVER_VERSION,
3
3
  createProductBrainServer
4
- } from "./chunk-2GMFQHAF.js";
4
+ } from "./chunk-2BHEXDVG.js";
5
5
  import {
6
6
  bootstrapHttp,
7
7
  initFeatureFlags,
8
8
  runWithAuth
9
- } from "./chunk-TH5AUVVM.js";
9
+ } from "./chunk-MFH4WG3T.js";
10
10
  import {
11
11
  getPostHogClient,
12
12
  initAnalytics,
package/dist/index.js CHANGED
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  SERVER_VERSION,
4
4
  createProductBrainServer
5
- } from "./chunk-2GMFQHAF.js";
5
+ } from "./chunk-2BHEXDVG.js";
6
6
  import {
7
7
  bootstrap,
8
8
  getAgentSessionId,
@@ -11,7 +11,7 @@ import {
11
11
  orphanAgentSession,
12
12
  recoverSessionState,
13
13
  startAgentSession
14
- } from "./chunk-TH5AUVVM.js";
14
+ } from "./chunk-MFH4WG3T.js";
15
15
  import {
16
16
  getPostHogClient,
17
17
  initAnalytics,
@@ -16,7 +16,7 @@ import {
16
16
  isClassificationAmbiguous,
17
17
  registerSmartCaptureTools,
18
18
  runContradictionCheck
19
- } from "./chunk-TH5AUVVM.js";
19
+ } from "./chunk-MFH4WG3T.js";
20
20
  import "./chunk-RQXM3TCI.js";
21
21
  export {
22
22
  CLASSIFIABLE_COLLECTIONS,
@@ -38,4 +38,4 @@ export {
38
38
  registerSmartCaptureTools,
39
39
  runContradictionCheck
40
40
  };
41
- //# sourceMappingURL=smart-capture-Q64ZXK65.js.map
41
+ //# sourceMappingURL=smart-capture-P4CPOIFW.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@productbrain/mcp",
3
- "version": "0.0.1-beta.71",
3
+ "version": "0.0.1-beta.73",
4
4
  "description": "Product Brain — MCP server for AI-assisted product knowledge management",
5
5
  "type": "module",
6
6
  "engines": {