- 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
6 lines
203 B
Python
6 lines
203 B
Python
"""System prompts for Zen-Marketing MCP Server tools"""
|
|
|
|
from .chat_prompt import CHAT_PROMPT
|
|
from .contentvariant_prompt import CONTENTVARIANT_PROMPT
|
|
|
|
__all__ = ["CHAT_PROMPT", "CONTENTVARIANT_PROMPT"]
|