Spaces:
Running
Running
[project] | |
name = "rag-mcp-server" | |
version = "0.1.0" | |
description = "Basic MCP server for RAG applications" | |
readme = "README.md" | |
requires-python = ">=3.10" | |
dependencies = [ | |
"chromadb>=1.0.11", | |
"llama-index>=0.12.37", | |
"beautifulsoup4>=4.13.4", | |
"gradio[mcp]>=5.31.0", | |
] | |