File size: 284 Bytes
24336e6
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[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",
]