lucianschw-dev bolts an EU-law brain onto Mike's chat
A second chat endpoint hands questions off to a dedicated EU-law tool service running alongside the main app.
lucianschw-dev's fork adds a parallel chat experience tuned for European law. When a user asks something in this lane, the assistant can call out to a separate service - a sibling app whose only job is answering EU-law questions with the right tools and sources - and weave the results back into the conversation.
The plumbing uses MCP, an emerging standard for letting AI assistants call external tool servers in a structured way. Unusually, this fork wires the two services together over plain web requests rather than the more common local pipe, which makes the EU-law brain easy to deploy and scale on its own. The chat endpoint itself is largely cloned from Mike's existing one, so there's some near-duplication waiting to be tidied - but the hand-off mechanism underneath is the genuinely reusable idea here.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?