o2w_mcp (master)
Published 2026-05-05 15:24:09 +00:00 by jose
Installation
docker pull g.o2w.es/o2w/o2w_mcp:mastersha256:aa3f74ca989f00bfe9bd925bea473fe72d6a2aeb62bd45e0417e4826a34d1858
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"] |