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

@@ -29,4 +29,4 @@ dev = [
]
[tool.taskipy.tasks]
start = "fastmcp run ./src/tryton_mcp/server.py --transport http --port 3001 --reload"
start = "fastmcp run src/tryton_mcp/server.py --transport 'http' --host 0.0.0.0 --port 3001 --reload"