This mono-repo contains the following packages:
The MCP Server providing custom tools for the LLM.
The MCP Client and also the web server for the Angular UI
A simple Angular UI connecting to the web server.
- node / npm
- docker with compose plugin
- @angular/cli
Copy the .env.example to .env in the root of this repo and
fill in the EON_API_GW_KEY entry with the key provided.
docker compose up --buildnpm run start:mcp-servernpm run start:mcp-clientnpm run start:ui