Retrieves documentation snippets for AI/ML libraries by searching Google and extracting relevant content.
This Node.js server implements the Model Context Protocol (MCP) to provide a tool for searching and retrieving up-to-date documentation from popular AI/ML libraries like LangChain, LlamaIndex, and OpenAI. Utilizing the Serper API, it performs Google searches focused on documentation domains and returns the extracted content as plain text, handling timeouts and search failures gracefully.