Docker wrapper

Containerize the MCP integration process, not the whole compare-first product.

This Docker entry wraps the repo-owned MultiAiPanel MCP server so coding-host workflows can launch it from a container. The browser extension still runs on the host machine, and MultiAiPanel does not turn into a hosted compare service here.

What it is

What it is not

Build and run

docker build -t multi-ai-panel-mcp .
docker run --rm -i -p 48123:48123 multi-ai-panel-mcp server

Use docker run --rm multi-ai-panel-mcp doctor for the repo-owned doctor envelope, and check http://127.0.0.1:48123/health for runtime bridge readiness once the container is up.

Full operator notes live in docker/README.md. The short truthful split is: containerized MCP path now, external listing later.

Current public Glama pages verify a server catalog and connector surfaces, but this repo does not claim a MultiAiPanel listing there yet.