Specifying paths in --context and --mode #907
Unanswered
cx-alberto-simoes
asked this question in
Q&A
Replies: 0 comments
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.
-
Accordingly with the docs, it seems that we can specify a context yaml file and a mode yaml file in the command line tool, something like:
uvx --from git+https://github.com/oraios/serena serena start-mcp-server [...] --mode ./serena-config/modes/sast-analysis.yml --context ./serena-config/contexts/sast-triage.ymlAs far as I can tell, serena is loading the files, as it complains if the file does not exist. Nevertheless, with the correct paths, the background task _get_config_overview fails, not finding the sast-triage context (and it is not listed in the available contexts).
Am I missing something?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions