Commit graph

3 commits

Author SHA1 Message Date
Ben
5494b6f802 Fix ContentVariantTool to implement required SimpleTool abstract methods
- Add get_tool_fields() stub method (required by SimpleTool ABC)
- Add prepare_prompt() implementation using chat-style prompt
- Tool now successfully instantiates and can be registered
- All 4 tools (chat, contentvariant, listmodels, version) working
2025-11-07 12:35:47 -04:00
Ben
00ab8c64b8 Clean up tools/__init__.py and add git instructions to CLAUDE.md
- Remove code-focused tool imports (analyze, codereview, debug, etc.)
- Keep only marketing tools: chat, contentvariant, listmodels, version
- Add TODO comments for thinkdeep and planner (will copy later)
- Add git workflow commands to CLAUDE.md with Forgejo remote details
2025-11-07 12:34:13 -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