mirror of
https://github.com/davila7/claude-code-templates.git
synced 2026-09-19 01:30:23 +08:00
9 lines
286 B
JSON
9 lines
286 B
JSON
{
|
|
"mcpServers": {
|
|
"serena": {
|
|
"description": "Semantic code retrieval & editing tools for coding agents.",
|
|
"command": "/abs/path/to/uv",
|
|
"args": ["run", "--directory", "/abs/path/to/serena", "serena", "start-mcp-server"]
|
|
}
|
|
}
|
|
} |