remove readme from external plugins

This commit is contained in:
Noah Zweben MacBook
2025-11-20 13:49:05 -08:00
parent 4ca561fb85
commit c7fb157236
17 changed files with 0 additions and 384 deletions

View File

@@ -1,22 +0,0 @@
# Serena Plugin
Semantic code analysis MCP server for Claude Code.
## What It Does
Serena provides intelligent code understanding, refactoring suggestions, and codebase navigation through language server protocol integration.
## Prerequisites
- Python with `uv` package manager installed
## Setup
The plugin automatically runs via `uvx`. Ensure you have `uv` installed:
```bash
pip install uv
```
## Learn More
See [Serena GitHub Repository](https://github.com/oraios/serena) for detailed documentation.