| [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" | |
| ] | |