File size: 372 Bytes
0321eee
 
 
 
 
 
 
 
 
 
 
 
 
f32dde2
 
0321eee
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[project]
name = "mcp-rag-workflow"
version = "0.1.0"
description = "Model Context Protocol (MCP) server with RAG and Research Tools"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
    "gradio[mcp]",
    "smolagents[mcp]",
    "llama-index",
    "llama-index-llms-nebius",
    "groundx",
    "duckduckgo-search",
    "langchain-community",
    "modal"
]