rag-mcp-server / pyproject.toml
frascuchon's picture
frascuchon HF Staff
toml and deps lock
24336e6
raw
history blame contribute delete
284 Bytes
[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",
]