We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/james-livefront/poetry-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
"""LLM integration for poetry enrichment."""
from .client import ClaudeClient, LLMResponse
from .prompts import build_theme_detection_prompt
__all__ = [
'ClaudeClient',
'LLMResponse',
'build_theme_detection_prompt',
]