refactor: simplify identifiers parameter in create_customer and update Docker config

This commit is contained in:
2026-03-18 22:41:02 -05:00
parent 89f95d2015
commit e78a8007c7
5 changed files with 24 additions and 7 deletions

View File

@@ -9,9 +9,10 @@ RUN pip install --no-cache-dir uv
COPY pyproject.toml uv.lock ./
COPY src/ ./src/
RUN uv sync --frozen --no-dev
RUN uv pip install --editable .
EXPOSE 3001
CMD ["uv", "run", "fastmcp", "run", "./src/tryton_mcp/server.py", "--transport", "http", "--host", "0.0.0.0", "--port", "3001"]
CMD ["uv", "run", "fastmcp", "run", "./src/tryton_mcp/server.py", "--reload"]