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:
parent
47c036a973
commit
3b75d04f32
4 changed files with 181 additions and 2 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue