@productbrain/mcp 0.0.1-beta.151 → 0.0.1-beta.152
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/{chunk-ML7BPLBX.js → chunk-2DSB63JR.js} +2 -2
- package/dist/chunk-2DSB63JR.js.map +1 -0
- package/dist/cli/index.js +1 -1
- package/dist/http.js +1 -1
- package/dist/index.js +1 -1
- package/dist/{setup-I6KRGWFC.js → setup-GUKWCWK6.js} +2 -2
- package/dist/setup-GUKWCWK6.js.map +1 -0
- package/package.json +1 -1
- package/dist/chunk-ML7BPLBX.js.map +0 -1
- package/dist/setup-I6KRGWFC.js.map +0 -1
|
@@ -79,7 +79,7 @@ function runWithToolContext(ctx, fn) {
|
|
|
79
79
|
function getToolContext() {
|
|
80
80
|
return toolContextStore.getStore() ?? null;
|
|
81
81
|
}
|
|
82
|
-
var DEFAULT_CLOUD_URL = "https://
|
|
82
|
+
var DEFAULT_CLOUD_URL = "https://gateway.productbrain.io";
|
|
83
83
|
var McpCallError = class extends Error {
|
|
84
84
|
status;
|
|
85
85
|
code;
|
|
@@ -15318,4 +15318,4 @@ export {
|
|
|
15318
15318
|
SERVER_VERSION,
|
|
15319
15319
|
createProductBrainServer
|
|
15320
15320
|
};
|
|
15321
|
-
//# sourceMappingURL=chunk-
|
|
15321
|
+
//# sourceMappingURL=chunk-2DSB63JR.js.map
|