@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 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.46",
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: true,
12857
+ configureIdes: this.source !== "cursor",
12858
12858
  setupIdeOptions: {
12859
12859
  ...this.connectOptions.setupIdeOptions,
12860
12860
  targets: {
@@ -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: true,
9985
+ configureIdes: this.source !== "cursor",
9986
9986
  setupIdeOptions: {
9987
9987
  ...this.connectOptions.setupIdeOptions,
9988
9988
  targets: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@memoraone/mcp",
3
- "version": "0.1.46",
3
+ "version": "0.1.47",
4
4
  "type": "module",
5
5
  "main": "dist/index.cjs",
6
6
  "exports": {