Lsp-Tools
Createdrajnaveen344
Enables Language Server Protocol-like text analysis functionality via a Model Context Protocol (MCP) server.
About
Lsp-Tools provides a Model Context Protocol (MCP) server that enhances text analysis with Language Server Protocol-like features. It offers functionalities such as finding regex positions within files and listing directories accessible to the server, making it easier to analyze and manipulate text-based data within defined boundaries.
Key Features
- Lists directories the server is allowed to access.
- 0 GitHub stars
- Finds 0-indexed line and column positions of regex pattern matches in a file.
- Provides detailed match information including matched text, line, column, endLine, and endColumn.