Enables semantic search of user-provided ETABS documentation using local embeddings and a Model Context Protocol (MCP) server.
The ETABS Documentation Assistant allows AI models to perform semantic searches on user-provided ETABS documentation. It utilizes local sentence transformer models for embedding generation and ChromaDB for vector storage, ensuring cost-free operation after initial setup. By exposing an MCP tool named `search_etabs_docs`, it accepts natural language queries, identifies relevant sections in the indexed documentation, and returns text snippets with source file references to the MCP client for context.