Replaced FastAPI app with an MCP server implementation, enhancing flexibility and modularity for research operations. Deprecated `phoenix_technologies` package, updated server logic, added utility functions, and revised dependencies in `requirements.txt`. Updated Dockerfile and README to align with the new architecture.
12 lines
No EOL
185 B
Text
12 lines
No EOL
185 B
Text
# GPT Researcher dependencies
|
|
gpt-researcher>=0.12.16
|
|
python-dotenv
|
|
|
|
# MCP dependencies
|
|
mcp>=1.6.0
|
|
fastapi>=0.103.1
|
|
uvicorn>=0.23.2
|
|
pydantic>=2.3.0
|
|
|
|
# Utility dependencies
|
|
loguru>=0.7.0 |