File size: 368 Bytes
0321eee
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[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>=0.3.24",
]