aem-llm-mcp-connector
aem-llm-mcp-connectorは、Adobe Experience Managerと大規模言語モデル(LLM)を統合するためのコネクタです。このツールは、コンテンツ生成や自動化されたワークフローを支援し、開発者がAPIを介してLLMの機能を活用できるようにします。使いやすいインターフェースを提供し、迅速な開発を促進します。
GitHubスター
0
ユーザー評価
未評価
お気に入り
0
閲覧数
16
フォーク
0
イシュー
0
README
AEM LLM MCP Connector
This project allows Adobe Experience Manager developers to generate components, templates, dialogs, and configurations using natural language prompts powered by an LLM (Large Language Model).
Features
- LLM-to-Component Generator via MCP
- Dialog and Sling Model auto-generator
- JSON-based intermediate format
- Fully extensible and secure
Usage
- Type a natural language prompt.
- System maps to JSON structure.
- MCP Job reads JSON and creates AEM nodes.
Prompt Example
"Create a hero banner component with title, subtitle, background image, and CTA button."
Output
- /apps/llmconnector/components/hero-banner
- /apps/llmconnector/templates/...
- Dialog fields and HTL included
License
MIT