XDG directories and configurable serena directory #721
Unanswered
noirbizarre
asked this question in
Q&A
Replies: 1 comment
-
Thanks!
No, you didn't miss something, there is currently no way to configure this.
We will discuss this internally and then get back to you. (Probably yes, but we might want to do some small refactorings along the way, too.) |
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi 👋🏼
First, thanks for Serena, what a great MCP 🙏🏼
Serena doesn't seem to respect XDG base directories (
$XDG_CONFIG_DIR/serena>~/.config/serena) on Linux or Mac (more and more CLI apps are also following XDG specifications on Mac too).It clutters the home directory, making it harder to locate and back up configuration, or to simply not store it into the home directory...
Also, it doesn't allow you to manually change this directory (or at least I haven't found it in the README), which would have permitted working around that, but it also allows you to have multiple isolated setups for different reasons (the most common being perso/pro isolation or by company isolation).
So:
~/.serenafor another directory?Note
XDG is not only for config but also cache (
$XDG_CACHE_DIR/serena>~/.cache/serena) and maybe some other user directories, but I did not yet looked at it for othersBeta Was this translation helpful? Give feedback.
All reactions