Skip to content

arnonym/eon-mcp-workshop

Repository files navigation

E.ON MCP Workshop

This mono-repo contains the following packages:

mcp-server

The MCP Server providing custom tools for the LLM.

mcp-client

The MCP Client and also the web server for the Angular UI

ui

A simple Angular UI connecting to the web server.

Required software

  • node / npm
  • docker with compose plugin
  • @angular/cli

Setup

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.

Running the whole stack

docker compose up --build
npm run start:mcp-server
npm run start:mcp-client
npm run start:ui

Some links

About

Model Context Protocol Server Workshop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published