diff --git a/README.md b/README.md index 9ffdeb1..5b07bc2 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # MCP Text Editor Server [![codecov](https://codecov.io/gh/tumf/mcp-text-editor/branch/main/graph/badge.svg?token=52D51U0ZUR)](https://codecov.io/gh/tumf/mcp-text-editor) +[![smithery badge](https://smithery.ai/badge/mcp-text-editor)](https://smithery.ai/server/mcp-text-editor) A Model Context Protocol (MCP) server that provides line-oriented text file editing capabilities through a standardized API. Optimized for LLM tools with efficient partial file access to minimize token usage. -[![smithery badge](https://smithery.ai/badge/mcp-text-editor)](https://smithery.ai/server/mcp-text-editor) mcp-text-editor MCP server @@ -93,7 +93,7 @@ To install Text Editor Server for Claude Desktop automatically via [Smithery](ht npx -y @smithery/cli install mcp-text-editor --client claude ``` - +### Manual Installation ```bash pip install -e . ```