@memoraone/mcp 0.1.25 → 0.1.26
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 +5 -2
- package/package.json +1 -1
package/dist/cli.cjs
CHANGED
|
@@ -30,7 +30,7 @@ var require_package = __commonJS({
|
|
|
30
30
|
"package.json"(exports2, module2) {
|
|
31
31
|
module2.exports = {
|
|
32
32
|
name: "@memoraone/mcp",
|
|
33
|
-
version: "0.1.
|
|
33
|
+
version: "0.1.26",
|
|
34
34
|
type: "module",
|
|
35
35
|
main: "dist/index.cjs",
|
|
36
36
|
bin: {
|
|
@@ -691,7 +691,10 @@ var GITIGNORE_MEMORAONE_COMMENT = "# MemoraOne local project binding / API key";
|
|
|
691
691
|
var GITIGNORE_MEMORAONE_ENTRY = "memoraone.m1";
|
|
692
692
|
var MEMORAONE_MCP_SERVER = {
|
|
693
693
|
command: "npx",
|
|
694
|
-
args: ["-y", "@memoraone/mcp@latest"]
|
|
694
|
+
args: ["-y", "@memoraone/mcp@latest"],
|
|
695
|
+
env: {
|
|
696
|
+
MEMORAONE_API_URL: "https://api.memoraone.com"
|
|
697
|
+
}
|
|
695
698
|
};
|
|
696
699
|
function assertUnderRepoRoot(repoRoot, absPath) {
|
|
697
700
|
const normRoot = path4.resolve(repoRoot) + path4.sep;
|