Implemented the SMD MCP Server with functionality for AI-driven research and article retrieval via the MCP protocol. Added utilities for prompt creation and enhanced dependency configuration. This serves as a foundation for handling SMD-related queries and data processing.
13 lines
No EOL
209 B
Text
13 lines
No EOL
209 B
Text
# GPT Researcher dependencies
|
|
gpt-researcher>=0.12.16
|
|
python-dotenv~=1.1.0
|
|
|
|
# MCP dependencies
|
|
mcp>=1.6.0
|
|
fastapi>=0.103.1
|
|
uvicorn>=0.23.2
|
|
pydantic>=2.3.0
|
|
|
|
# Utility dependencies
|
|
loguru>=0.7.0
|
|
requests~=2.32.3 |