File tree Expand file tree Collapse file tree
docs/src/content/docs/reference Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Serena is a **language service protocol (LSP) MCP server** for semantic code ana
2222
2323## Configuration
2424
25- Import the shared Serena workflow via the ` imports: ` field — ` tools.serena ` has been removed. For multi-language, first entry is the default fallback:
25+ Configure Serena through the shared workflow import. For multi-language, the first entry is the default fallback:
2626
2727``` yaml
2828imports :
Original file line number Diff line number Diff line change @@ -73,24 +73,6 @@ Analyze Go code for quality improvements:
73732. Identify code patterns and suggest improvements
7474```
7575
76- ## Migration from ` tools.serena `
77-
78- Replace ` tools.serena ` with the equivalent import:
79-
80- ``` yaml title="Before (removed)"
81- tools :
82- serena : ["go", "typescript"]
83- ` ` `
84-
85- ` ` ` aw wrap title="After (recommended)"
86- imports :
87- - uses : shared/mcp/serena.md
88- with :
89- languages : ["go", "typescript"]
90- ` ` `
91-
92- The shared workflow configures the full Serena MCP server (container image, entrypoint, workspace mount) explicitly.
93-
9476## Language Support
9577
9678Serena supports ** 30+ programming languages** through Language Server Protocol (LSP):
You can’t perform that action at this time.
0 commit comments