@memoraone/mcp 0.1.46 → 0.1.47
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.cjs +2 -2
- package/dist/pluginPairing.cjs +1 -1
- package/package.json +1 -1
package/dist/cli.cjs
CHANGED
|
@@ -231,7 +231,7 @@ var require_package = __commonJS({
|
|
|
231
231
|
"package.json"(exports2, module2) {
|
|
232
232
|
module2.exports = {
|
|
233
233
|
name: "@memoraone/mcp",
|
|
234
|
-
version: "0.1.
|
|
234
|
+
version: "0.1.47",
|
|
235
235
|
type: "module",
|
|
236
236
|
main: "dist/index.cjs",
|
|
237
237
|
exports: {
|
|
@@ -12854,7 +12854,7 @@ var init_pluginPairing = __esm({
|
|
|
12854
12854
|
ideType: this.source,
|
|
12855
12855
|
fetchImpl: this.connectOptions.fetchImpl ?? this.fetchImpl,
|
|
12856
12856
|
// Plugin pairing configures only the IDE that initiated the pairing.
|
|
12857
|
-
configureIdes:
|
|
12857
|
+
configureIdes: this.source !== "cursor",
|
|
12858
12858
|
setupIdeOptions: {
|
|
12859
12859
|
...this.connectOptions.setupIdeOptions,
|
|
12860
12860
|
targets: {
|
package/dist/pluginPairing.cjs
CHANGED
|
@@ -9982,7 +9982,7 @@ var PluginRepositoryPairingSession = class {
|
|
|
9982
9982
|
ideType: this.source,
|
|
9983
9983
|
fetchImpl: this.connectOptions.fetchImpl ?? this.fetchImpl,
|
|
9984
9984
|
// Plugin pairing configures only the IDE that initiated the pairing.
|
|
9985
|
-
configureIdes:
|
|
9985
|
+
configureIdes: this.source !== "cursor",
|
|
9986
9986
|
setupIdeOptions: {
|
|
9987
9987
|
...this.connectOptions.setupIdeOptions,
|
|
9988
9988
|
targets: {
|