- Step1: Use `crawl.py` or `uv run` to crawl a website and generate Markdown documentation
- Step2: Save the generated Markdown files in the `./storage/` directory
- Step3: Run the MCP server with `python -m mcp_server.main` from the project root
- Step4: Configure clients like Cursor to connect to the MCP server via the specified command and arguments
- Step5: Use MCP tools (`list_documents`, `search_documentation`) to query the crawled content