This project is a simple demonstration of an MCP (Modular Command Processor) server built using the FastMCP library. It provides tools to search and fetch documentation content from popular libraries like LangChain, OpenAI, and LlamaIndex.
- Documentation Search: Search for specific topics in the documentation of supported libraries.
- Web Scraping: Uses Google and DuckDuckGo to scrape search results.
- Content Extraction: Fetches and extracts readable text content from web pages.
- Asynchronous Execution: Leverages
httpxfor asynchronous HTTP requests.
- LangChain
- OpenAI
- LlamaIndex