neuronlayer 0.2.3 → 0.2.4
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 +2 -0
- package/dist/index.js.map +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -39270,6 +39270,7 @@ function configureProjectMCP(configPath, projectPath) {
|
|
|
39270
39270
|
if (!config2.mcpServers) {
|
|
39271
39271
|
config2.mcpServers = {};
|
|
39272
39272
|
}
|
|
39273
|
+
delete config2.mcpServers["memorylayer"];
|
|
39273
39274
|
const absoluteProjectPath = resolve3(projectPath);
|
|
39274
39275
|
config2.mcpServers["neuronlayer"] = {
|
|
39275
39276
|
command: "npx",
|
|
@@ -39295,6 +39296,7 @@ function configureOpenCode(projectPath) {
|
|
|
39295
39296
|
if (!config2.mcp || typeof config2.mcp !== "object") {
|
|
39296
39297
|
config2.mcp = {};
|
|
39297
39298
|
}
|
|
39299
|
+
delete config2.mcp["memorylayer"];
|
|
39298
39300
|
const absoluteProjectPath = resolve3(projectPath);
|
|
39299
39301
|
config2.mcp["neuronlayer"] = {
|
|
39300
39302
|
type: "local",
|