o2w_mcp (master)
Published 2026-08-02 06:47:01 +00:00 by jose
Installation
docker pull g.o2w.es/o2w/o2w_mcp:mastersha256:f9cc7aea08356b5a95e9b004c584d039cdf2723712f6270bc97858eb192a717a
Image Layers
| bazel build @bookworm//base-files/amd64:data_statusd |
| bazel build @bookworm//netbase/amd64:data_statusd |
| bazel build @bookworm//tzdata/amd64:data_statusd |
| bazel build @bookworm//media-types/amd64:data_statusd |
| bazel build //common:rootfs |
| bazel build //common:passwd |
| bazel build //common:home |
| bazel build //common:group |
| bazel build //common:tmp |
| bazel build //static:nsswitch |
| bazel build //common:os_release_debian12 |
| bazel build //common:cacerts_debian12_amd64 |
| ENV MCP_TRANSPORT=streamable-http |
| ENV FASTMCP_HOST=0.0.0.0 |
| ENV FASTMCP_PORT=8000 |
| ENV MCP_STREAMABLE_HTTP_PATH=/mcp |
| WORKDIR /app |
| COPY /out/o2w-mcp /app/o2w-mcp # buildkit |
| COPY /src/api.yml /app/api.yml # buildkit |
| COPY /src/tablas_sql_mcp.md /app/tablas_sql_mcp.md # buildkit |
| COPY /src/AGENTS.md /app/AGENTS.md # buildkit |
| EXPOSE [8000/tcp] |
| ENTRYPOINT ["/app/o2w-mcp"] |