Commit graph

4 commits

Author SHA1 Message Date
Ben
ea31ee97a2 Add comprehensive STATUS.md documenting current state
- Documents completed setup (config, documentation, git)
- Lists what's working vs. not implemented
- Identifies critical missing components
- Provides prioritized next steps
- Notes known issues and technical debt
- Sets clear success criteria for production readiness
- Estimates 2-3 weeks to MVP with high-priority tools
2025-11-07 12:29:15 -04:00
Ben
f69902bd33 Add Claude Desktop configuration script
- Created update_claude_config.py for safe config updates
- Automatically reads .env for API keys
- Creates backup before modifying config
- Validates paths and provides clear feedback
- Successfully configured zen-marketing MCP server in ~/.claude.json
2025-11-07 12:20:44 -04:00
Ben
122797d325 Update CLAUDE.md with improved /init format
- Restructured to follow /init specifications for Claude Code
- Added clear command reference for setup and development
- Documented architecture patterns (tool system, providers, conversation continuity)
- Explained schema generation and file processing systems
- Removed planning/roadmap content (belongs in PLAN.md)
- Added practical debugging tips and implementation patterns
- Focused on non-obvious architecture insights
2025-11-07 12:17:26 -04:00
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