Replies: 1 comment 2 replies
|
Thanks for taking the time to fork and extend MARM. It's great to see the rapid progress you've made in adapting the codebase into an MCP server and desktop version. I also appreciate that you credited the original repository. I'll be reviewing your implementation to see what can be pulled upstream into the main MARM repo. My goal is to keep the project unified where possible while still encouraging experimentation. Thank you again for your contribution to the project's development. Best, |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Did a couple of small fixes - can call it 2.0.1:
Node Dependencies fixed for modern node
Tweaked the .env handling so that port overrides worked
Added /setupreplicate command in chat on MARM. Gets stored in local or will still read .env
Other small things
Just added MCP server and working on adding MCP commands so I can do it from within Claude. I have a use case for this wherein some reasoning trees / saving can be done across sessions ...
All reactions