mcp-rag-workflow / pyproject.toml
betki's picture
Added modal package
f32dde2 verified
raw
history blame contribute delete
372 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",
"modal"
]