Add SMD MCP Server implementation and utilities

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.
This commit is contained in:
ThomasTaroni 2025-05-31 17:08:46 +02:00
parent 47c036a973
commit 3b75d04f32
4 changed files with 181 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# GPT Researcher dependencies
gpt-researcher>=0.12.16
python-dotenv
python-dotenv~=1.1.0
# MCP dependencies
mcp>=1.6.0
@ -9,4 +9,5 @@ uvicorn>=0.23.2
pydantic>=2.3.0
# Utility dependencies
loguru>=0.7.0
loguru>=0.7.0
requests~=2.32.3