Exposes two packages: - default (mcp CLI) for operator workstations - mcp-agent for managed nodes Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
6 lines
113 B
Docker
6 lines
113 B
Docker
FROM scratch
|
|
ENV PATH "$PATH:/bin"
|
|
COPY tomll /bin/tomll
|
|
COPY tomljson /bin/tomljson
|
|
COPY jsontoml /bin/jsontoml
|