zen-marketing/systemprompts/__init__.py
Ben 371806488d Initial commit: Zen-Marketing MCP Server v0.1.0
- 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
2025-11-07 11:35:17 -04:00

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"]