Move config warning to the proper place

This commit is contained in:
Dominik Jain
2025-04-09 19:42:53 +02:00
parent 3bc401a2b3
commit 893fb10eba
+7 -8
View File
@@ -69,13 +69,6 @@ implementation.
Coming soon: Kotlin and Dart.
> ⚠️ **Note:** Serena is under active development, we are continuously adding features, improving stability and UX.
> As a result, configuration might change in a breaking way. If you have an invalid configuration,
> the MCP server (or the Serena Agent) may not start properly (investigate the MCP logs in the former case).
> Check the [changelog](CHANGELOG.md)
> and the configuration templates when updating Serena and update your configs accordingly.
## Table of Contents
<!-- Created with markdown-toc -i README.md -->
@@ -150,7 +143,13 @@ Serena can read, write and execute code, read logs and the terminal output.
5. If you want Serena to dynamically switch between projects, add the list of all project files
created in the previous step to the `projects` list in `serena_config.yml`.
After this initial setup, continue with one of the sections below, depending on how you
> ⚠️ **Note:** Serena is under active development. We are continuously adding features, improving stability and the UX.
> As a result, configuration may change in a breaking manner. If you have an invalid configuration,
> the MCP server or Serena-based Agent may fail to start (investigate the MCP logs in the former case).
> Check the [changelog](CHANGELOG.md)
> and the configuration templates when updating Serena, adapting your configurations accordingly.
After the initial setup, continue with one of the sections below, depending on how you
want to use Serena.
### MCP Server (Claude Desktop)