Enables case-insensitive keyword searching within files through a FastAPI-powered server.
Ressl Search Tool is a simple Model Context Protocol (MCP) server built with FastAPI, designed to facilitate efficient keyword searching within files. It provides a robust API endpoint where users can submit a file path and a keyword, receiving line numbers and contexts for all case-insensitive matches. This server streamlines the process of programmatically extracting information from textual content, complete with error handling for missing files.