MCP-Server
0
The project is an MCP Server designed to find text matches and parse trees in files. It provides tools for precise text analysis within directories and plans for enhanced matching and output features.
MCP Server for Find Reference
Configuring the MCP Server
- Add the server to AMP using a specified URL and name.
- Run the server using a node command.
Current Functionality
- Supports two tools running over files in a directory:
- get-text-matches: Lists file, line, column for text matches.
- get-parse-tree: Returns parse tree metadata for a string.
Testing the MCP Server
- Create a sample directory and client file.
- Use the tools to find variable references.
Functionality for the Future
- Case-insensitive matches.
- Ignorable files/folders.
- Improved parse tree output.