# Second Opinion MCP Server Requirements
# MCP Framework
mcp
# OpenAI API (for OpenAI, Grok, DeepSeek, Mistral, Together AI, Groq Fast, Perplexity, AI21 Labs, Stability AI, Fireworks AI, and Anyscale - they all use OpenAI-compatible APIs)
openai
# Gemini API (supports both new and legacy SDKs)
google-genai
google-generativeai
# Anthropic Claude API
anthropic
# Cohere API
cohere
# HTTP requests for HuggingFace Inference API and Replicate API
requests
# Optional packages for enhanced functionality
# replicate (for better Replicate API integration - can be installed separately)
# Note: All new services use either OpenAI SDK or HTTP requests, so no additional required dependencies
# Standard library imports (these should be available by default)
# asyncio, json, os, sys, logging, collections, typing, time