refactor: migrate loyalty-agent and loyalty-mcp-server components to a new modular structure with updated specs and frontend integration.
This commit is contained in:
7
.env.example
Normal file
7
.env.example
Normal file
@@ -0,0 +1,7 @@
|
||||
KEYCLOAK_CLIENT_SECRET=your_client_secret_here
|
||||
KEYCLOAK_TOKEN_URI=http://192.168.99.235/auth/realms/ols-cn-sit/protocol/openid-connect/token
|
||||
LOYALTY_CORE_BASE_URL=http://192.168.99.242:8081
|
||||
MCP_SERVER_URL=http://localhost:9331
|
||||
|
||||
VITE_AGENT_HTTP_URL=http://localhost:9332
|
||||
VITE_AGENT_WS_URL=ws://localhost:9332
|
||||
Reference in New Issue
Block a user