mcp_godot_rag
9
The project is an MCP server designed to serve Godot documentation to the Godot RAG model. It involves setting up a server that processes documentation files, converts them into vector databases, and supports different models for data processing.
download_godot_docs.py
Download Godot Documentation
convert_rst2md.py
Convert RST format documents to Markdown
chunker.py
Blocking Markdown files
vectorizer.py
Create a vector database
main.py
Start the MCP server