- Core architecture from zen-mcp-server - OpenRouter and Gemini provider configuration - Content variant generator tool (first marketing tool) - Chat tool for marketing strategy - Version and model listing tools - Configuration system with .env support - Logging infrastructure - Ready for Claude Desktop integration
11 lines
No EOL
324 B
Text
11 lines
No EOL
324 B
Text
mcp>=1.0.0
|
|
google-genai>=1.19.0
|
|
openai>=1.55.2 # Minimum version for httpx 0.28.0 compatibility
|
|
pydantic>=2.0.0
|
|
python-dotenv>=1.0.0
|
|
importlib-resources>=5.0.0; python_version<"3.9"
|
|
|
|
# Development dependencies (install with pip install -r requirements-dev.txt)
|
|
# pytest>=7.4.0
|
|
# pytest-asyncio>=0.21.0
|
|
# pytest-mock>=3.11.0 |