66385746f62d14a8d5b37ba9b9527c06dd7d3df0
Loyalty Agent Service
This project consists of a 3-module architecture:
loyalty-mcp-server: Domain MCP tools and operationsloyalty-agent: Orchestration and BFF layer- Frontend (React/Vite in the root directory)
Startup Instructions
1. Prerequisites
- Java 21+
- Node.js & pnpm
.envfile created (see.env.example)
2. Start Backend Modules
You can use the provided startup script:
./start-all.sh
Or start them individually in separate terminals:
./mvnw spring-boot:run -pl loyalty-mcp-server
./mvnw spring-boot:run -pl loyalty-agent
3. Start Frontend
In a new terminal:
pnpm install
pnpm dev
Description
Languages
Java
79.7%
TypeScript
17.4%
PowerShell
0.8%
Shell
0.7%
CSS
0.7%
Other
0.5%