zen-marketing/tools
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
..
shared Initial commit: Zen-Marketing MCP Server v0.1.0 2025-11-07 11:35:17 -04:00
simple Initial commit: Zen-Marketing MCP Server v0.1.0 2025-11-07 11:35:17 -04:00
workflow Initial commit: Zen-Marketing MCP Server v0.1.0 2025-11-07 11:35:17 -04:00
__init__.py Clean up tools/__init__.py and add git instructions to CLAUDE.md 2025-11-07 12:34:13 -04:00
chat.py Initial commit: Zen-Marketing MCP Server v0.1.0 2025-11-07 11:35:17 -04:00
contentvariant.py Fix ContentVariantTool to implement required SimpleTool abstract methods 2025-11-07 12:35:47 -04:00
listmodels.py Initial commit: Zen-Marketing MCP Server v0.1.0 2025-11-07 11:35:17 -04:00
models.py Initial commit: Zen-Marketing MCP Server v0.1.0 2025-11-07 11:35:17 -04:00
version.py Initial commit: Zen-Marketing MCP Server v0.1.0 2025-11-07 11:35:17 -04:00