MCP Adobe Experience Platform 集成服务
为 Adobe Experience Platform 提供的 Node.js API 集成服务器,支持多种功能模块。
快速入门
-
克隆仓库: git clone https://github.com/praveensharmajava/mcp-adobe-aep.git cd mcp-adobe-aep
-
安装依赖: npm install
-
创建
.env
文件并填写 Adobe 凭据: PORT=3000 AEP_BASE_URL=https://platform.adobe.io AEP_CLIENT_ID=your_client_id AEP_CLIENT_SECRET=your_client_secret AEP_ORG_ID=your_organization_id -
构建项目: npm run build
-
启动服务器: npm start
开发模式运行: npm run dev
- 访问 API 文档: http://localhost:3000/api-docs
主要功能
- Schema 管理
- 数据集操作
- 段管理
- 数据摄取
- 用户档案管理
- 查询服务
- 目标管理
测试
运行测试套件: npm test