Provides a RESTful API for searching keywords within files, returning line numbers and occurrence counts.
This FastAPI-based server acts as an MCP (Model Context Protocol) tool, offering a robust keyword search functionality for text files. It allows users to search for specific keywords, toggle case sensitivity, and retrieve detailed results including line numbers, content, and the count of keyword occurrences within each matching line. Designed with a simple HTTP API, it integrates easily into other applications, providing interactive documentation (Swagger UI) for developers.