mcp-rag-workflow / pyproject.toml
Rajesh Betkiker
Added tools
0321eee
raw
history blame
368 Bytes
[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",
]