Indexes and searches third-party library documentation using semantic splitting and vector embeddings.
Provides a Model Context Protocol (MCP) server for fetching, processing, and searching documentation for software libraries and packages. It scrapes content, splits it into chunks using semantic techniques, generates vector embeddings with OpenAI, and stores the data in SQLite, leveraging `sqlite-vec` and FTS5 for hybrid search. The server supports versioning, job management, and includes a CLI tool for local interaction.