Skip to content

Commit 846aec4

Browse files
authored
Clean Serena import references (#35361)
1 parent e80eec8 commit 846aec4

2 files changed

Lines changed: 1 addition & 19 deletions

File tree

.github/aw/serena-tool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
2828
imports:

docs/src/content/docs/reference/serena.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -73,24 +73,6 @@ Analyze Go code for quality improvements:
7373
2. 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

9678
Serena supports **30+ programming languages** through Language Server Protocol (LSP):

0 commit comments

Comments
 (0)